BinaryString(ArraySegmentByte, BinaryTextEncoding) Constructor |
Creates a BinaryString with the data bytes and encoding.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic BinaryString(
in ArraySegment<byte> bytes,
BinaryTextEncoding encoding
)
Parameters
- bytes ArraySegmentByte
- The string encoded in the encoding format.
- encoding BinaryTextEncoding
- The text encoding for marshalling/unmarshalling the string.
See Also