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

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

構文

C#
public static bool ParseBool(
	string st
)
Visual Basic
Public Shared Function ParseBool ( 
	st As String
) As Boolean
Visual C++
public:
static bool ParseBool(
	String^ st
)

Parameters

st
タイプ: System..::..String
Bool表現文字列

Return Value

タイプ: Boolean
作成されたBool

参照