Click or drag to resize

NullableEnumStringMapperTMapEnumToString Method

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

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

Parameters

enumValue
Type: T

Return Value

Type: String
See Also