InputRadioGroup<TValue>.TryParseValueFromString 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
System.Object.TryParseValueFromString(System.String,`0@,System.String@)
protected:
override bool TryParseValueFromString(System::String ^ value, [Runtime::InteropServices::Out] TValue % result, [Runtime::InteropServices::Out] System::String ^ % validationErrorMessage);
protected override bool TryParseValueFromString (string? value, out TValue result, out string? validationErrorMessage);
override this.TryParseValueFromString : string * 'Value * string -> bool
Protected Overrides Function TryParseValueFromString (value As String, ByRef result As TValue, ByRef validationErrorMessage As String) As Boolean
参数
- value
- String
- result
- TValue
- validationErrorMessage
- String