Class EnumHelperVcf
- Namespace
- SunamoVcf
- Assembly
- SunamoVcf.dll
Provides helper methods for parsing enum values used in VCF processing.
public class EnumHelperVcf
- Inheritance
-
EnumHelperVcf
- Inherited Members
- Extension Methods
Methods
Parse<T>(object)
Parses an object value to the specified enum type.
public static T Parse<T>(object value)
Parameters
valueobjectThe value to parse as an enum.
Returns
- T
The parsed enum value of type T.
Type Parameters
TThe enum type to parse to.