Struct AdoszamValue
Represents a validated Hungarian VAT (Adószám) number.
public readonly struct AdoszamValue
- Inherited Members
Constructors
AdoszamValue(string)
Creates a new AdoszamValue.
public AdoszamValue(string value)
Parameters
valuestring
Properties
Value
Gets the normalized Adószám 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.