BinaryTextEncodingGetBytesInternal Method |
Encodes a string into a byte array.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxprotected abstract void GetBytesInternal(
string s,
IDataWriter writer
)
Parameters
- s
- Type: SystemString
The string to encode. - writer
- Type: Demo3D.IOIDataWriter
The buffer to encode the string into.
See Also