Aws.AzureTools.BlobHelper.IsBlobReference C# (CSharp) Method

IsBlobReference() public static method

public static IsBlobReference ( string s ) : bool
s string
return bool
        public static bool IsBlobReference(string s)
        {
            return (s.LastIndexOf('/') > 0);
        }