Struct PatentPublicationNumberValue
- Namespace
- Veritas.IntellectualProperty
- Assembly
- Veritas.dll
Represents a validated WIPO ST.16 patent publication number.
public readonly struct PatentPublicationNumberValue
- Inherited Members
Constructors
PatentPublicationNumberValue(string)
public PatentPublicationNumberValue(string value)
Parameters
valuestring
Properties
Value
The normalized publication 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.