Char.IParsable<Char>.Parse(String, IFormatProvider) Metoda

Definice

Parsuje řetězec na hodnotu.

 static char System.IParsable<System.Char>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<char>::Parse;
static char IParsable<char>.Parse (string s, IFormatProvider provider);
static member System.IParsable<System.Char>.Parse : string * IFormatProvider -> char
 Shared Function Parse (s As String, provider As IFormatProvider) As Char Implements IParsable(Of Char).Parse

Parametry

s
String

Řetězec, který chcete analyzovat.

provider
IFormatProvider

Objekt, který poskytuje informace o formátování specifické pro jazykovou verzi .s

Návraty

Výsledek analýzy s.

Implementuje

Platí pro