Struct CourtCaseNumberValue
Represents a validated court case number.
public readonly struct CourtCaseNumberValue
- Inherited Members
Constructors
CourtCaseNumberValue(string)
public CourtCaseNumberValue(string value)
Parameters
valuestring
Properties
Value
The normalized court case number.
public string Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.