Processes the content of UInt32.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[CLSCompliantAttribute(false)]
public void Put(
	uint v
)

Parameters

v
Type: System..::.UInt32
A value.

Remarks

The byte order depends on a processor on which the application runs.

See Also