BinaryTextEncodingGetByteCount(String) Method |
Calculates the number of bytes produced by encoding the characters in the specified string.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic abstract int GetByteCount(
string s
)
Parameters
- s String
- The string being encoded.
Return Value
Int32The number of encoded bytes.
See Also