Table of Contents

Struct ImeiValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

Represents a validated International Mobile Equipment Identity (IMEI).

public readonly struct ImeiValue
Inherited Members

Constructors

ImeiValue(string)

Initializes a new instance of the ImeiValue struct.

public ImeiValue(string value)

Parameters

value string

The code string.

Properties

Value

Gets the normalized IMEI string.

public string Value { get; }

Property Value

string