Table of Contents

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

value object

The value to parse as an enum.

Returns

T

The parsed enum value of type T.

Type Parameters

T

The enum type to parse to.