ConversionToByteArray(Object, UInt32) Method

Return a byte array, converted from an object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static byte[] ToByteArray(
	Object value,
	uint length
)

Parameters

value  Object
Object to convert.
length  UInt32
Absolute length of return array.

Return Value

Byte
Byte array representing information of specified object.

See Also