Condividi tramite


INumberParser.ParseUInt(String) Metodo

Definizione

Tenta di analizzare una rappresentazione di stringa di un valore numerico intero senza segno.

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)

Parametri

text
String

Platform::String

winrt::hstring

Testo da analizzare.

Restituisce

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

In caso di esito positivo, un oggetto UInt64 che corrisponde alla rappresentazione di stringa e in caso contrario Null.

Si applica a