InputCheckbox.TryParseValueFromString(String, Boolean, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- value
- String
- result
- Boolean
- validationErrorMessage
- String