Click or drag to resize

EnumStringMapperT Class

A class that maps strings to enum values. Uses a cache internally to speed lookups.
Inheritance Hierarchy
SystemObject
  Dse.Mapping.TypeConversionEnumStringMapperT

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

Type Parameters

T

The EnumStringMapperT type exposes the following members.

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