Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.IO Namespaces
Demo3D.IO
BinaryTextEncoding Class
BinaryTextEncoding Methods
GetBytes Method
GetBytes Method (BinaryString)
GetBytes Method (BinaryString, IDataWriter)
GetBytes Method (BinaryString, ArraySegment(Byte))
GetBytes Method (BinaryString, Byte[], Int32, Int32)
BinaryTextEncoding
GetBytes Method (BinaryString, IDataWriter)
Encodes a string into a byte array.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
void
GetBytes
(
BinaryString
s
,
IDataWriter
writer
)
Parameters
s
Type:
Demo3D.IO
BinaryString
The string to encode.
writer
Type:
Demo3D.IO
IDataWriter
The buffer to encode the string into.
See Also
Reference
BinaryTextEncoding Class
GetBytes Overload
Demo3D.IO Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com