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