BinaryTextEncodingGetByteCount Method (BinaryString) |
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
Syntaxpublic int GetByteCount(
BinaryString s
)
Parameters
- s
- Type: Demo3D.IOBinaryString
The string being encoded.
Return Value
Type:
Int32The number of encoded bytes.
See Also