String.IParsable<String>.Parse(String, IFormatProvider) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Analizuje ciąg w wartość.
static System::String ^ System.IParsable<System.String>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<System::String ^>::Parse;
static string IParsable<string>.Parse (string s, IFormatProvider provider);
static member System.IParsable<System.String>.Parse : string * IFormatProvider -> string
Shared Function Parse (s As String, provider As IFormatProvider) As String Implements IParsable(Of String).Parse
Parametry
- s
- String
Ciąg do analizy.
- provider
- IFormatProvider
Obiekt, który udostępnia informacje o formatowaniu specyficznym dla kultury dotyczące s
elementu .
Zwraca
Wynik analizy s
.
Implementuje
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.