Char.IParsable<Char>.TryParse(String, IFormatProvider, Char) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
static bool System.IParsable<System.Char>.TryParse(System::String ^ s, IFormatProvider ^ provider, [Runtime::InteropServices::Out] char % result) = IParsable<char>::TryParse;
static bool IParsable<char>.TryParse (string s, IFormatProvider provider, out char result);
static member System.IParsable<System.Char>.TryParse : string * IFormatProvider * char -> bool
Shared Function TryParse (s As String, provider As IFormatProvider, ByRef result As Char) As Boolean Implements IParsable(Of Char).TryParse
Parametri
- s
- String
- provider
- IFormatProvider
- result
- Char
Restituisce
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.