com.onlineobject.objectnet Namespace

EmbeddedConverter..::..FromUInt Method

Converts a given UInt32 to bytes and writes them into the given array.

Namespace:  com.onlineobject.objectnet.server.Utils
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


[MethodImplAttribute]

public static void FromUInt(

	uint value,

	byte[] array,

	int startIndex

)

Parameters

value
Type: UInt32
The UInt32 to convert.
array
Type: array<Byte>[]()[][]
The array to write the bytes into.
startIndex
Type: Int32
The position in the array at which to write the bytes.