Click or drag to resize
UtilityGetUTF8Length Method
Gets the number of bytes in a UTF-8 string.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static int GetUTF8Length(
	string str
)

Parameters

str
Type: SystemString
The input string.

Return Value

Type: Int32
The length in bytes.
See Also