Struct IswcValue
- Namespace
- Veritas.IntellectualProperty
- Assembly
- Veritas.dll
Represents a validated International Standard Musical Work Code (ISWC).
public readonly struct IswcValue
- Inherited Members
Constructors
IswcValue(string)
public IswcValue(string value)
Parameters
valuestring
Properties
Value
The normalized ISWC 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.