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

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

構文

C#
public static uint ParseUInt(
	string st
)
Visual Basic
Public Shared Function ParseUInt ( 
	st As String
) As UInteger
Visual C++
public:
static unsigned int ParseUInt(
	String^ st
)

Parameters

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

Return Value

タイプ: UInt32
作成された整数

参照