Char.IParsable<Char>.TryParse(String, IFormatProvider, Char) 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
 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
	参数
- s
 - String
 
- provider
 - IFormatProvider
 
- result
 - Char