INumberParser.ParseDouble(String) Method

Definition

Attempts to parse a string representation of a Double numeric value.

public:
 IReference<double> ^ ParseDouble(Platform::String ^ text);
IReference<double> ParseDouble(winrt::hstring const& text);
public System.Nullable<double> ParseDouble(string text);
function parseDouble(text)
Public Function ParseDouble (text As String) As Nullable(Of Double)

Parameters

text
String

Platform::String

winrt::hstring

The text to be parsed.

Returns

If successful, a Double that corresponds to the string representation, and otherwise null.

Applies to