PdfIdentityHEncodingGetCharCount Method (Byte, Int32, Int32) |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override int GetCharCount(
byte[] bytes,
int index,
int count
)
Public Overrides Function GetCharCount (
bytes As Byte(),
index As Integer,
count As Integer
) As Integer
public:
virtual int GetCharCount(
array<unsigned char>^ bytes,
int index,
int count
) override
abstract GetCharCount :
bytes : byte[] *
index : int *
count : int -> int
override GetCharCount :
bytes : byte[] *
index : int *
count : int -> int
Parameters
- bytes
- Type: SystemByte
- index
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
Int32
See Also