Freigeben über


INumberParser.ParseUInt(String) Methode

Definition

Versucht, eine Zeichenfolgendarstellung eines ganzzahligen numerischen Werts ohne Vorzeichen zu analysieren.

public:
 IReference<unsigned long long> ^ ParseUInt(Platform::String ^ text);
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)

Parameter

text
String

Platform::String

winrt::hstring

Der einzufügende Text.

Gibt zurück

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

Bei erfolgreicher Ausführung ein UInt64-Wert , der der Zeichenfolgendarstellung entspricht, andernfalls NULL.

Gilt für: