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