Condition.ValueValidator(String, Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void ValueValidator(System::String ^ value, bool add, [Runtime::InteropServices::Out] System::String ^ % validatedValue);
protected virtual void ValueValidator (string value, bool add, out string validatedValue);
abstract member ValueValidator : string * bool * -> unit
override this.ValueValidator : string * bool * -> unit
Protected Overridable Sub ValueValidator (value As String, add As Boolean, ByRef validatedValue As String)
Parameters
- value
- String
- add
- Boolean
- validatedValue
- String