Freigeben über


CurrencyFormatter.ParseUInt(String) Methode

Definition

Versucht, eine Zeichenfolgendarstellung eines ganzzahligen Währungswerts ohne Vorzeichen zu analysieren.

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)

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 , das der Zeichenfolgendarstellung entspricht, andernfalls NULL.

Implementiert

M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(System.String) M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(Platform::String) M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(winrt::hstring)

Gilt für: