Amazon.Polly.LanguageCode.FindValue C# (CSharp) Method

FindValue() public static method

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