Click or drag to resize
ElementBaseReadString Method
Reads an octet string.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public string ReadString(
	EbmlReader reader,
	long count
)

Parameters

reader
Type: StreamCoders.ContainerEbmlReader
The stream to read from.
count
Type: SystemInt64
Number of bytes to read.

Return Value

Type: String
A string.
See Also