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