Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
IDataWriter Interface
IDataWriter Methods
Advance Method
WriteBit Method
WriteBoolean Method
WriteByte Method
WriteBytes Method
WriteChar Method
WriteDouble Method
WriteDoubleBE Method
WriteDoubleLE Method
WriteInt16 Method
WriteInt16BE Method
WriteInt16LE Method
WriteInt32 Method
WriteInt32BE Method
WriteInt32LE Method
WriteInt64 Method
WriteInt64BE Method
WriteInt64LE Method
WriteSByte Method
WriteSingle Method
WriteSingleBE Method
WriteSingleLE Method
WriteString Method
WriteUInt16 Method
WriteUInt16BE Method
WriteUInt16LE Method
WriteUInt32 Method
WriteUInt32BE Method
WriteUInt32LE Method
WriteUInt64 Method
WriteUInt64BE Method
WriteUInt64LE Method
IDataWriter
WriteString Method
Writes a string at the current position in the data.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
void
WriteString
(
BinaryString
val
,
BinaryTextEncoding
encoding
)
Parameters
val
Type:
Demo3D.IO
BinaryString
The value to write.
encoding
Type:
Demo3D.IO
BinaryTextEncoding
The encoding of the data.
See Also
Reference
IDataWriter Interface
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com