Boolean.ISpanParsable<Boolean>.TryParse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
static bool System.ISpanParsable<System.Boolean>.TryParse(ReadOnlySpan<char> s, IFormatProvider ^ provider, [Runtime::InteropServices::Out] bool % result) = ISpanParsable<bool>::TryParse;
static bool ISpanParsable<bool>.TryParse (ReadOnlySpan<char> s, IFormatProvider provider, out bool result);
static member System.ISpanParsable<System.Boolean>.TryParse : ReadOnlySpan<char> * IFormatProvider * bool -> bool
Shared Function TryParse (s As ReadOnlySpan(Of Char), provider As IFormatProvider, ByRef result As Boolean) As Boolean Implements ISpanParsable(Of Boolean).TryParse
參數
- s
- ReadOnlySpan<Char>
- provider
- IFormatProvider
- result
- Boolean