Table of Contents

Class Isrc

Namespace
Veritas.Media
Assembly
Veritas.dll

Provides structural validation for ISRC identifiers.

public static class Isrc
Inheritance
Isrc
Inherited Members

Methods

TryValidate(ReadOnlySpan<char>, out ValidationResult<IsrcValue>)

public static bool TryValidate(ReadOnlySpan<char> input, out ValidationResult<IsrcValue> result)

Parameters

input ReadOnlySpan<char>
result ValidationResult<IsrcValue>

Returns

bool