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