Click or drag to resize

BufferReaderReadString Method (Int32, BinaryTextEncoding)

Reads a string at offset in the buffer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public BinaryString ReadString(
	int offset,
	BinaryTextEncoding encoding
)

Parameters

offset
Type: SystemInt32
The offset into the buffer to start reading.
encoding
Type: Demo3D.IOBinaryTextEncoding
The encoding of the data in the buffer.

Return Value

Type: BinaryString
The value read.

Implements

IOffsetDataReaderReadString(Int32, BinaryTextEncoding)
See Also