Click or drag to resize

YEnumExtentionMethods Class

This static class contains the enum extention methods.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYEnumExtentionMethods

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YEnumExtentionMethods

The YEnumExtentionMethods type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetEnumValuesT Get all values of the T enum type order by its hexadecimal value.
Public Extension MethodIsEnumFlagPresentT Check if the T.lookingForFlag is set in the T.value enumeration flag.
Public Extension MethodParseToEnumT Parse a string to T enum type. In case of flages, the string value should be separated by a comma ','.
Public Extension MethodToReadableStringT Get a readable string from a T enum type value.
Top
See Also