PdfIdentityHEncodingGetChars Method (Byte, Int32, Int32, Char, Int32) |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override int GetChars(
byte[] bytes,
int byteIndex,
int byteCount,
char[] chars,
int charIndex
)
Public Overrides Function GetChars (
bytes As Byte(),
byteIndex As Integer,
byteCount As Integer,
chars As Char(),
charIndex As Integer
) As Integer
public:
virtual int GetChars(
array<unsigned char>^ bytes,
int byteIndex,
int byteCount,
array<wchar_t>^ chars,
int charIndex
) override
abstract GetChars :
bytes : byte[] *
byteIndex : int *
byteCount : int *
chars : char[] *
charIndex : int -> int
override GetChars :
bytes : byte[] *
byteIndex : int *
byteCount : int *
chars : char[] *
charIndex : int -> int
Parameters
- bytes
- Type: SystemByte
- byteIndex
- Type: SystemInt32
- byteCount
- Type: SystemInt32
- chars
- Type: SystemChar
- charIndex
- Type: SystemInt32
Return Value
Type:
Int32
See Also