Click or drag to resize

BinaryTextEncodingGetBytes(BinaryString, IDataWriter) 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,
	IDataWriter writer
)

Parameters

s  BinaryString
The string to encode.
writer  IDataWriter
The buffer to encode the string into.
See Also