Struct OgmValue
Represents a validated Belgian structured communication reference.
public readonly struct OgmValue
- Inherited Members
Constructors
OgmValue(string)
Initializes a new OgmValue.
public OgmValue(string value)
Parameters
valuestring
Properties
Value
Gets the normalized reference string.
public string Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.