次の方法で共有


PermilleFormatter.ParseUInt(String) メソッド

定義

符号なし整数 permillage の文字列表現の解析を試みます。

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

解析するテキスト。

戻り値

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

成功した場合は、文字列表現に対応する 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)

適用対象