Click or drag to resize

IDataReaderReadString Method

Reads 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#
BinaryString ReadString(
	BinaryTextEncoding encoding
)

Parameters

encoding
Type: Demo3D.IOBinaryTextEncoding
The encoding of the data.

Return Value

Type: BinaryString
The value read.
See Also