BinaryTextEncodingGetBytes Method (BinaryString) |
Encodes a string into a byte array.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic BufferSegment GetBytes(
BinaryString s
)
Parameters
- s
- Type: Demo3D.IOBinaryString
The string to encode.
Return Value
Type:
BufferSegmentThe byte array containing the encoded data.
See Also