Calculates the number of characters produced by decoding a specified range of elements in an array of bytes.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public override int GetCharCount(
byte[] bytes,
int index,
int count
) |
Visual Basic |
---|
Public Overrides Function GetCharCount ( _
bytes As Byte(), _
index As Integer, _
count As Integer _
) As Integer |
Return Value
The number of characters produced by decoding a range of bytes in the specified byte array.
See Also