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