Amazon.S3.InventoryFormat.FindValue C# (CSharp) Метод

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : InventoryFormat
value string The string representation of the InventoryFormat.
Результат InventoryFormat
        public static InventoryFormat FindValue(string value)
        {
            return FindValue<InventoryFormat>(value);
        }