Partager via


INumberParser.ParseUInt(String) Méthode

Définition

Tente d’analyser une représentation sous forme de chaîne d’une valeur numérique entière non signée.

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)

Paramètres

text
String

Platform::String

winrt::hstring

Texte à analyser.

Retours

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

En cas de réussite, un UInt64 qui correspond à la représentation sous forme de chaîne, et sinon null.

S’applique à