Dsl (Digital Simulation Library) for .Net
符号無し整数表現文字列から整数を作成します。

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

構文

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

Parameters

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

Return Value

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

参照