Class Pdr
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
inputReadOnlySpan<char>Candidate identifier to validate.
resultValidationResult<PdrValue>The validation outcome including the parsed value when valid.
Returns
- bool
trueif validation succeeded; otherwise,false.