Amazon.DeviceFarm.CurrencyCode.FindValue C# (CSharp) Méthode

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : CurrencyCode
value string The unique value for the constant
Résultat CurrencyCode
        public static CurrencyCode FindValue(string value)
        {
            return FindValue<CurrencyCode>(value);
        }