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

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

構文

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

Parameters

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

Return Value

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

参照