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

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

構文

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

Parameters

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

Return Value

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

参照