Click or drag to resize

PacketIOGetTextEncoding Method

Returns the current text encoding.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
protected BinaryTextEncoding GetTextEncoding()

Return Value

Type: BinaryTextEncoding
The configured text encoding if set, else 2 byte lengh encoded (big endian) ASCII.
See Also