Click or drag to resize

NullableEnumStringMapperTMapStringToEnum Method

Converts a string value to a nullable enum value of Type T.

Namespace:  Dse.Mapping.TypeConversion
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static T MapStringToEnum(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: T
See Also