PercentFormatter.ParseUInt(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to parse a string representation of an unsigned integer percentage.
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)
Parameters
- text
-
String
Platform::String
winrt::hstring
The text to be parsed.
Returns
If successful, a UInt64 that corresponds to the string representation, and otherwise null.
Implements
M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(System.String)
M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(Platform::String)
M:Windows.Globalization.NumberFormatting.INumberParser.ParseUInt(winrt::hstring)