[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Inserts the specified value into the buffer.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public void InsertUInt32(
	uint i
)
Visual Basic (Declaration)
Public Sub InsertUInt32 ( _
	i As UInteger _
)
Visual C++
public:
void InsertUInt32(
	unsigned int i
)

Parameters

i
Type: System..::.UInt32
The value to insert.

Remarks

This method is not CLS-compliant.

See Also