InputCheckbox.TryParseValueFromString(String, Boolean, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- value
- String
- result
- Boolean
- validationErrorMessage
- String