nuint.TryParse Метод

Определение

Перегрузки

TryParse(String, NumberStyles, IFormatProvider, nuint)

public static bool TryParse(string s, System.Globalization.NumberStyles style, IFormatProvider provider, out nuint result);
static member TryParse : string * System.Globalization.NumberStyles * IFormatProvider *  -> bool

Параметры

s
String
style
NumberStyles
provider
IFormatProvider
result
System.System.UIntPtr System.unativeint

Возвращаемое значение

Применяется к

TryParse(String, nuint)

public static bool TryParse(string s, out nuint result);
static member TryParse : string *  -> bool

Параметры

s
String
result
System.System.UIntPtr System.unativeint

Возвращаемое значение

Применяется к