Table of Contents

Struct AdoszamValue

Namespace
Veritas.Tax.HU
Assembly
Veritas.dll

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

value string

Properties

Value

Gets the normalized Adószám string.

public string Value { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.