Click or drag to resize
EbmlWriterWriteUtf8 Method
Writes a string as UTF-8 (string) to the stream.

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

Parameters

data
Type: SystemString
See Also