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

Definition

 static bool System.IParsable<System.Text.Rune>.TryParse(System::String ^ s, IFormatProvider ^ provider, [Runtime::InteropServices::Out] System::Text::Rune % result) = IParsable<System::Text::Rune>::TryParse;
static bool IParsable<Rune>.TryParse(string s, IFormatProvider provider, out System.Text.Rune result);
static member System.IParsable<System.Text.Rune>.TryParse : string * IFormatProvider * Rune -> bool
 Shared Function TryParse (s As String, provider As IFormatProvider, ByRef result As Rune) As Boolean Implements IParsable(Of Rune).TryParse

Parameters

s
String
provider
IFormatProvider
result
Rune

Returns

Applies to