Click or drag to resize

EnumToStringConverter Class

Converts and translates the values of a enum
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Common.GUIEnumToStringConverter

Namespace: RAYLASE.Marker.Common.GUI
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public sealed class EnumToStringConverter : IValueConverter

The EnumToStringConverter type exposes the following members.

Constructors
 NameDescription
Public methodEnumToStringConverterInitializes a new instance of the EnumToStringConverter class
Top
Methods
 NameDescription
Public methodConvertConverts a value.
Public methodConvertBackConverts a value.
Top
See Also