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