CurrencyFormatter.ParseInt(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試剖析整數貨幣值的字串表示。
public:
virtual IReference<long long> ^ ParseInt(Platform::String ^ text) = ParseInt;
IReference<long> ParseInt(winrt::hstring const& text);
public System.Nullable<long> ParseInt(string text);
function parseInt(text)
Public Function ParseInt (text As String) As Nullable(Of Long)
參數
- text
-
String
Platform::String
winrt::hstring
要剖析的文字。
傳回
如果成功,則為對應至字串表示的 Int64 ,否則為 null。
實作
M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(System.String)
M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(Platform::String)
M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(winrt::hstring)