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

FindValue() public static method

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