Click or drag to resize

BinaryTextEncodingGetByteCount Method (String)

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: 15.0.2.11458
Syntax
C#
public abstract int GetByteCount(
	string s
)

Parameters

s
Type: SystemString
The string being encoded.

Return Value

Type: Int32
The number of encoded bytes.
See Also