String.ISpanParsable<String>.TryParse 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.ISpanParsable<System.String>.TryParse(ReadOnlySpan<char> s, IFormatProvider ^ provider, [Runtime::InteropServices::Out] System::String ^ % result) = ISpanParsable<System::String ^>::TryParse;
static bool ISpanParsable<string>.TryParse (ReadOnlySpan<char> s, IFormatProvider provider, out string result);
static member System.ISpanParsable<System.String>.TryParse : ReadOnlySpan<char> * IFormatProvider * string -> bool
Shared Function TryParse (s As ReadOnlySpan(Of Char), provider As IFormatProvider, ByRef result As String) As Boolean Implements ISpanParsable(Of String).TryParse
Parametri
- s
- ReadOnlySpan<Char>
- provider
- IFormatProvider
- result
- String
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.