INumberParser.ParseDouble(String) 方法

定義

嘗試剖析 Double 數值的字串表示。

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)

參數

text
String

Platform::String

winrt::hstring

要剖析的文字。

傳回

如果成功,則為對應至字串標記法的 Double ,否則為 null

適用於