Click or drag to resize

YEnumExtentionMethods Methods

The YEnumExtentionMethods type exposes the following members.

Methods
  Name Description
Public method Static member GetEnumValuesT Get all values of the T enum type order by its hexadecimal value.
Public Extension Method IsEnumFlagPresentT Check if the T.lookingForFlag is set in the T.value enumeration flag.
Public Extension Method ParseToEnumT Parse a string to T enum type. In case of flages, the string value should be separated by a comma ','.
Public Extension Method ToReadableStringT Get a readable string from a T enum type value.
Top
See Also