PdfIdentityHEncodingGetCharCount Method (Byte) |
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
)
Public Overrides Function GetCharCount (
bytes As Byte()
) As Integer
public:
virtual int GetCharCount(
array<unsigned char>^ bytes
) override
abstract GetCharCount :
bytes : byte[] -> int
override GetCharCount :
bytes : byte[] -> int
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
Int32
See Also