Table of Contents

Struct OgmValue

Namespace
Veritas.Finance.BE
Assembly
Veritas.dll

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

value string

Properties

Value

Gets the normalized reference 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.