Amazon.S3.InventoryFormat.FindValue C# (CSharp) Méthode

FindValue() public static méthode

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