InputCheckbox.TryParseValueFromString(String, Boolean, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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