BinaryTextEncodingGetBytes Method (BinaryString, ArraySegmentByte) |
Encodes a string into a byte array.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic void GetBytes(
BinaryString s,
in ArraySegment<byte> buffer
)
Parameters
- s
- Type: Demo3D.IOBinaryString
The string to encode. - buffer
- Type: SystemArraySegmentByte
The buffer to encode the string into.
See Also