Returns the number of bytes required to encode a range of characters in the specified character array.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public override int GetByteCount(
char[] chars,
int index,
int count
) |
Visual Basic |
---|
Public Overrides Function GetByteCount ( _
chars As Char(), _
index As Integer, _
count As Integer _
) As Integer |
Visual C++ |
---|
public:
virtual int GetByteCount(
array<wchar_t>^ chars,
int index,
int count
) override |
Return Value
The number of bytes required to encode the specified range of characters.
See Also