Click or drag to resize
EbmlWriterWriteString Method
Writes a string to the stream.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void WriteString(
	string data
)

Parameters

data
Type: SystemString
See Also