AccidentalFish.ApplicationSupport.Azure.Configuration.KeyVaultConfigurationKeyEncoder.Decode C# (CSharp) Метод

Decode() публичный Метод

public Decode ( string key ) : string
key string
Результат string
        public string Decode(string key)
        {
            return key.Replace("AFDOT", ".").Replace("AFDASH", "-");
        }
    }
KeyVaultConfigurationKeyEncoder