Struct MeidValue
Represents a validated Mobile Equipment Identifier (MEID).
public readonly struct MeidValue
- Inherited Members
Constructors
MeidValue(string)
Initializes a new instance of the MeidValue struct.
public MeidValue(string value)
Parameters
valuestringThe code string.
Properties
Value
Gets the normalized MEID string.
public string Value { get; }