InputText.TryParseValueFromString(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
System.Object.TryParseValueFromString(System.String,System.String@,System.String@)
protected:
override bool TryParseValueFromString(System::String ^ value, [Runtime::InteropServices::Out] System::String ^ % result, [Runtime::InteropServices::Out] System::String ^ % validationErrorMessage);
protected override bool TryParseValueFromString (string value, out string result, out string validationErrorMessage);
protected override bool TryParseValueFromString (string? value, out string? result, out string? validationErrorMessage);
override this.TryParseValueFromString : string * string * string -> bool
Protected Overrides Function TryParseValueFromString (value As String, ByRef result As String, ByRef validationErrorMessage As String) As Boolean
Paramètres
- value
- String
- result
- String
- validationErrorMessage
- String