Click or drag to resize

NullableEnumStringMapperT Class

Static class for mapping between strings and nullable enums. Uses a cache internally to speed lookups.
Inheritance Hierarchy
SystemObject
  Dse.Mapping.TypeConversionNullableEnumStringMapperT

Namespace:  Dse.Mapping.TypeConversion
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static class NullableEnumStringMapper<T>

Type Parameters

T

The NullableEnumStringMapperT type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMapEnumToString
Converts a nullable enum value of Type T to a string.
Public methodStatic memberMapStringToEnum
Converts a string value to a nullable enum value of Type T.
Top
See Also