YEnum
|
public static class YEnumExtentionMethods
The YEnumExtentionMethods type exposes the following members.
Name | Description | |
---|---|---|
GetEnumValuesT | Get all values of the T enum type order by its hexadecimal value. | |
IsEnumFlagPresentT | Check if the T.lookingForFlag is set in the T.value enumeration flag. | |
ParseToEnumT | Parse a string to T enum type. In case of flages, the string value should be separated by a comma ','. | |
ToReadableStringT | Get a readable string from a T enum type value. |