Table of Contents

Class Pdr

Namespace
Veritas.Energy.IT
Assembly
Veritas.dll

Provides validation for PDR identifiers.

public static class Pdr
Inheritance
Pdr
Inherited Members

Methods

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

Attempts to validate the supplied input as a PDR identifier.

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

Parameters

input ReadOnlySpan<char>

Candidate identifier to validate.

result ValidationResult<PdrValue>

The validation outcome including the parsed value when valid.

Returns

bool

true if validation succeeded; otherwise, false.