Struct IecStandardNumberValue
Represents a validated IEC standard number.
public readonly struct IecStandardNumberValue
- Inherited Members
Constructors
IecStandardNumberValue(string)
Initializes a new instance of the IecStandardNumberValue struct.
public IecStandardNumberValue(string value)
Parameters
valuestringNormalized IEC standard number.
Properties
Value
Gets the normalized IEC standard number.
public string Value { get; }