PdfIdentityHEncodingGetBytes Method (String, Int32, Int32, Byte, Int32) |
Do not call this method directly
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override int GetBytes(
string s,
int charIndex,
int charCount,
byte[] bytes,
int byteIndex
)
Public Overrides Function GetBytes (
s As String,
charIndex As Integer,
charCount As Integer,
bytes As Byte(),
byteIndex As Integer
) As Integer
public:
virtual int GetBytes(
String^ s,
int charIndex,
int charCount,
array<unsigned char>^ bytes,
int byteIndex
) override
abstract GetBytes :
s : string *
charIndex : int *
charCount : int *
bytes : byte[] *
byteIndex : int -> int
override GetBytes :
s : string *
charIndex : int *
charCount : int *
bytes : byte[] *
byteIndex : int -> int
Parameters
- s
- Type: SystemString
- charIndex
- Type: SystemInt32
- charCount
- Type: SystemInt32
- bytes
- Type: SystemByte
- byteIndex
- Type: SystemInt32
Return Value
Type:
Int32
See Also