Struct IccidValue
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
valuestringThe code string.
Properties
Value
Gets the normalized ICCID string.
public string Value { get; }