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