Click or drag to resize

BinaryTextEncodingGetBytes Method (BinaryString, Buffer)

Encodes a string into a byte array.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public void GetBytes(
	BinaryString s,
	Buffer buffer
)

Parameters

s
Type: Demo3D.IOBinaryString
The string to encode.
buffer
Type: Demo3D.IOBuffer
The buffer to encode the string into.
See Also