Param
Table of Contents
Interfaces
- IParameter
- Enable safe handling of untrusted data received as string, array, or null values.
- IParameterSet
Classes
- Filter
- Static utility class for filtering and normalizing string inputs.
- MutableParameter
- A parameter that can be modified after creation.
- Parameter
- Enable safe handling of untrusted data received as string, array, or null values.
- ParameterSet
- A collection of named parameters with support for defaults, allowed keys, and filtering.
- Parse
- Static utility class for parsing and validating string values.
- ParseException
- Exception thrown when a parameter value cannot be parsed or converted.
- StringParameter
- A parameter optimized for string-only values.
- Validate
- Static utility class for validation without throwing exceptions.