Table of Contents

Struct IccidValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Represents a validated Integrated Circuit Card Identifier (ICCID).

public readonly struct IccidValue
Inherited Members

Constructors

IccidValue(string)

Initializes a new instance of the IccidValue struct.

public IccidValue(string value)

Parameters

value string

The code string.

Properties

Value

Gets the normalized ICCID string.

public string Value { get; }

Property Value

string