Table of Contents

Struct ImsiValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

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

value string

The code string.

Properties

Value

Gets the normalized IMSI string.

public string Value { get; }

Property Value

string