Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslSerializer (in DslSerializer.dll)
正しく変換できれば true、エラーなら false
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 ) |
Return Value
タイプ: Boolean正しく変換できれば true、エラーなら false