Compartilhar via


DecimalFormatter.ParseUInt(String) Método

Definição

Tenta analisar uma representação de cadeia de caracteres de um inteiro sem sinal.

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)

Parâmetros

text
String

Platform::String

winrt::hstring

O texto a ser analisado.

Retornos

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

Se tiver êxito, um UInt64 que corresponde à representação de cadeia de caracteres e, caso contrário, nulo.

Implementações

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

Aplica-se a