Click or drag to resize

BinaryTextEncodingGetBytes Method (BinaryString, Byte, Int32, Int32)

Encodes a string into a byte array.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public void GetBytes(
	BinaryString s,
	byte[] bytes,
	int bytesIndex,
	int maxBytes
)

Parameters

s
Type: Demo3D.IOBinaryString
The string to encode.
bytes
Type: SystemByte
The byte array to store the encoded string in.
bytesIndex
Type: SystemInt32
The index into the byte array to start.
maxBytes
Type: SystemInt32
The maximum number of bytes to encode into.
See Also