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

Definition

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

Parameters

s
String
provider
IFormatProvider
result
Char

Returns

Applies to