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