Table of Contents

Class Prm

Namespace
Veritas.Energy.FR
Assembly
Veritas.dll

Provides validation for PRM identifiers.

public static class Prm
Inheritance
Prm
Inherited Members

Methods

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

Attempts to validate the supplied input as a PRM identifier.

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

Parameters

input ReadOnlySpan<char>

Candidate identifier to validate.

result ValidationResult<PrmValue>

The validation outcome including the parsed value when valid.

Returns

bool

true if validation succeeded; otherwise, false.