Aws.AzureTools.BlobHelper.IsBlobReference C# (CSharp) Méthode

IsBlobReference() public static méthode

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