Click or drag to resize

Utf8StringGetBytes Method

Gets the bytes of the utf-8 encoded string.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public byte[] GetBytes()

Return Value

Type: Byte
The utf-8 encoded string.
See Also