Table of Contents

Class GuidStringOptions

Namespace
Cuemon.Text
Assembly
Cuemon.Core.dll

Configuration options for FromGuid().

public class GuidStringOptions : IParameterObject
Inheritance
Object
GuidStringOptions
Implements

Constructors

GuidStringOptions()

Initializes a new instance of the GuidStringOptions class.

public GuidStringOptions()

Remarks

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

PropertyInitial Value
FormatsGuidFormats.BraceFormat | GuidFormats.DigitFormat | GuidFormats.ParenthesisFormat

Properties

Formats

Gets or sets the allowed GUID formats.

public GuidFormats Formats { get; set; }

Property Value

GuidFormats

The allowed GUID formats.

See Also