Processes the content of UInt64.

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

Syntax

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

Parameters

v
Type: System..::.UInt64
A value.

Remarks

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

See Also