Dsl (Digital Simulation Library) for .Net
Double表現文字列からDoubleを作成します。

名前空間: DslSerializer
アッセンブリー: DslSerializer (in DslSerializer.dll)

構文

C#
public static bool TryParseDouble(
	string st,
	out double v
)
Visual Basic
Public Shared Function TryParseDouble ( 
	st As String,
	<OutAttribute> ByRef v As Double
) As Boolean
Visual C++
public:
static bool TryParseDouble(
	String^ st, 
	[OutAttribute] double% v
)

Parameters

st
タイプ: System..::..String
Double表現文字列
v
タイプ: System..::..Double%
文字列から変換されたDouble

Return Value

タイプ: Boolean
正しく変換できれば true、エラーなら false

参照