Struct EmbgValue
Represents a validated North Macedonia EMBG number.
public readonly struct EmbgValue
- Inherited Members
Constructors
EmbgValue(string)
Creates a new EmbgValue.
public EmbgValue(string value)
Parameters
valuestring
Properties
Value
Gets the normalized EMBG 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.