Rune.IParsable<Rune>.Parse(String, IFormatProvider) Method

Definition

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

Parameters

s
String
provider
IFormatProvider

Returns

Implements

Applies to