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