Converts the specified enum value to a lower case string.
value
public static string ToLower(Enum value)
The enum value to be converted.
The lower case version of value.