Click or drag to resize

BinaryTextEncodingGetBytes(BinaryString, Byte, Int32, Int32) Method

Encodes a string into a byte array.

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

Parameters

s  BinaryString
The string to encode.
bytes  Byte
The byte array to store the encoded string in.
bytesIndex  Int32
The index into the byte array to start.
maxBytes  Int32
The maximum number of bytes to encode into.
See Also