[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents the `ParameterValidator` class, which is part of the `Google.Apis.Requests.Parameters` namespace within the `Google.Apis.Core.dll` assembly, and is used to define the logic for validating parameters."],["The `ParameterValidator` class offers three static methods: `ValidateParameter(IParameter, String)`, `ValidateParameter(IParameter, String, out String)`, and `ValidateRegex(IParameter, String)`, each designed to validate parameter values."],["The `ValidateParameter` methods determine if a parameter is valid based on an `IParameter` object and a string value, returning a boolean result, and one of them returns an error string."],["The `ValidateRegex` method checks if a parameter value conforms to a specific regular expression pattern, also returning a boolean result."],["The page also has links to documentation of older versions of the same file."]]],[]]