Class GuidStringOptions
- Namespace
- Cuemon.Text
- Assembly
- Cuemon.Core.dll
Configuration options for FromGuid().
public class GuidStringOptions : IParameterObject
- Inheritance
-
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.
Property | Initial Value |
---|---|
Formats | GuidFormats.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.