Amazon.SimpleEmail.SNSActionEncoding.FindValue C# (CSharp) Method

FindValue() public static method

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