Click or drag to resize

BinaryTextEncodingGetByteCount(String) 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 abstract int GetByteCount(
	string s
)

Parameters

s  String
The string being encoded.

Return Value

Int32
The number of encoded bytes.
See Also