Click or drag to resize

BinaryStringSet Method

Sets the value of the BinaryString.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public void Set(
	string str,
	Buffer bytes,
	BinaryTextEncoding encoding
)

Parameters

str
Type: SystemString
The string representation.
bytes
Type: Demo3D.IOBuffer
The string encoded in the encoding format.
encoding
Type: Demo3D.IOBinaryTextEncoding
The encoding of the string.
Remarks
Either str or bytes needs to be non-null. If str is null then it can be deduced from bytes so long as encoding is not null.
See Also