Struct ImsiValue
Represents a validated International Mobile Subscriber Identity (IMSI).
public readonly struct ImsiValue
- Inherited Members
Constructors
ImsiValue(string)
Initializes a new instance of the ImsiValue struct.
public ImsiValue(string value)
Parameters
valuestringThe code string.
Properties
Value
Gets the normalized IMSI string.
public string Value { get; }