InputCheckbox.TryParseValueFromString(String, Boolean, String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
System.Object.TryParseValueFromString(System.String,System.Boolean@,System.String@)
protected:
override bool TryParseValueFromString(System::String ^ value, [Runtime::InteropServices::Out] bool % result, [Runtime::InteropServices::Out] System::String ^ % validationErrorMessage);
protected override bool TryParseValueFromString (string value, out bool result, out string validationErrorMessage);
protected override bool TryParseValueFromString (string? value, out bool result, out string? validationErrorMessage);
override this.TryParseValueFromString : string * bool * string -> bool
Protected Overrides Function TryParseValueFromString (value As String, ByRef result As Boolean, ByRef validationErrorMessage As String) As Boolean
Parametry
- value
- String
- result
- Boolean
- validationErrorMessage
- String