AccidentalFish.ApplicationSupport.Azure.Configuration.KeyVaultConfigurationKeyEncoder.Decode C# (CSharp) Méthode

Decode() public méthode

public Decode ( string key ) : string
key string
Résultat string
        public string Decode(string key)
        {
            return key.Replace("AFDOT", ".").Replace("AFDASH", "-");
        }
    }
KeyVaultConfigurationKeyEncoder