Dsl (Digital Simulation Library) for .Net
Type 情報文字列から Type を作成します。

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

構文

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

Parameters

st
タイプ: System..::..String
Type 情報文字列
v
タイプ: System..::..Type%
作成されたType

Return Value

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

参照