Share via


InputCheckbox.TryParseValueFromString(String, Boolean, String) メソッド

定義

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

戻り値

適用対象