Amazon.S3.InventoryFormat.FindValue C# (CSharp) Method

FindValue() public static method

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