Table of Contents

Class EnumStringOptions

Namespace
Cuemon.Text
Assembly
Cuemon.Core.dll

Configuration options for FromEnum().

public class EnumStringOptions : IParameterObject
Inheritance
Object
EnumStringOptions
Implements

Constructors

EnumStringOptions()

Initializes a new instance of the EnumStringOptions class.

public EnumStringOptions()

Remarks

The following table shows the initial property values for an instance of EnumStringOptions.

PropertyInitial Value
IgnoreCasetrue

Properties

IgnoreCase

Gets or sets a value indicating whether to ignore or regard the case of the string being parsed.

public bool IgnoreCase { get; set; }

Property Value

Boolean

true to ignore the case of the string being parsed; otherwise, false.

See Also