Click or drag to resize

BinaryTextEncodingGetByteCount(BinaryString) Method

Calculates the number of bytes produced by encoding the characters in the specified string.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public int GetByteCount(
	BinaryString s
)

Parameters

s  BinaryString
The string being encoded.

Return Value

Int32
The number of encoded bytes.
See Also