Gets the number of bytes in a string of single or multi-byte character codes.
Syntax
'Declaration
Public Function GetCodeByteCount( _
ByVal As String _
) As Integer
'Usage
Dim instance As ImGearPDEFont
Dim text As String
Dim value As Integer
value = instance.GetCodeByteCount(text)
Parameters
- text
- A string characters.
Return Value
Number of bytes in the text.
See Also