PdfIdentityHEncodingGetByteCount 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 int GetByteCount(
char[] chars,
int index,
int count
)
Public Overrides Function GetByteCount (
chars As Char(),
index As Integer,
count As Integer
) As Integer
public:
virtual int GetByteCount(
array<wchar_t>^ chars,
int index,
int count
) override
abstract GetByteCount :
chars : char[] *
index : int *
count : int -> int
override GetByteCount :
chars : char[] *
index : int *
count : int -> int
Parameters
- chars
- Type: SystemChar
- index
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
Int32
See Also