Table of Contents

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

value string

Properties

Value

The normalized ISWC string.

public string Value { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.