Struct EuropeanPatentOfficePublicationIdValue
Represents a validated European Patent Office publication identifier.
public readonly struct EuropeanPatentOfficePublicationIdValue
- Inherited Members
Constructors
EuropeanPatentOfficePublicationIdValue(string)
public EuropeanPatentOfficePublicationIdValue(string value)
Parameters
valuestring
Properties
Value
The normalized publication identifier.
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.