Struct EcliValue
Represents a validated European Case Law Identifier (ECLI).
public readonly struct EcliValue
- Inherited Members
Constructors
EcliValue(string)
public EcliValue(string value)
Parameters
valuestring
Properties
Value
The normalized ECLI string.
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.