Convert a value to a byte array for sending over the network

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected virtual byte[] ValueToByteArray(
	ValueType v
)

Parameters

v
Type: ValueType
the value to be converted

Return Value

byte array representing the value

See Also