Table of Contents

Class Pod

Namespace
Veritas.Energy.IT
Assembly
Veritas.dll

Provides validation for POD identifiers.

public static class Pod
Inheritance
Pod
Inherited Members

Methods

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

Attempts to validate the supplied input as a POD identifier.

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

Parameters

input ReadOnlySpan<char>

Candidate identifier to validate.

result ValidationResult<PodValue>

The validation outcome including the parsed value when valid.

Returns

bool

true if validation succeeded; otherwise, false.