Compartir a través de


PermilleFormatter.ParseInt(String) Método

Definición

Intenta analizar una representación de cadena de un permillage entero.

public:
 virtual IReference<long long> ^ ParseInt(Platform::String ^ text) = ParseInt;
IReference<long> ParseInt(winrt::hstring const& text);
public System.Nullable<long> ParseInt(string text);
function parseInt(text)
Public Function ParseInt (text As String) As Nullable(Of Long)

Parámetros

text
String

Platform::String

winrt::hstring

Texto que se va a analizar.

Devoluciones

IReference<Int64>

Nullable<Int64>

Windows.Foundation.IReference

IReference<long>

Si se ejecuta correctamente, int64 que corresponde a la representación de cadena y, de lo contrario, null.

Implementaciones

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

Se aplica a