Lokad SDK for .NET - Documentation
EnumUtil Class
NamespacesLokadEnumUtil
Enum helper class from xLim
Declaration Syntax
C#Visual BasicVisual C++
public static class EnumUtil
Public NotInheritable Class EnumUtil
public ref class EnumUtil abstract sealed
Members
All MembersMethods



IconMemberDescription
GetValues<(Of <(TEnum>)>)()()()
Gets the values associated with the specified enum.

GetValuesWithoutDefault<(Of <(TEnum>)>)()()()
Gets the values associated with the specified enum, with the exception of the default value

Parse<(Of <(TEnum>)>)(String)
Parses the specified string into the TEnum, ignoring the case

Parse<(Of <(TEnum>)>)(String, Boolean)
Parses the specified string into the TEnum, ignoring the case

ToIdentifier<(Of <(TEnum>)>)(TEnum)
Unwraps the enum by creating a string usable for identifiers and resource lookups.

Inheritance Hierarchy
Object
EnumUtil

Assembly: Lokad.Sdk (Module: Lokad.Sdk) Version: 2.4.669.0 (2.4.669.0)