Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static byte[] ASCIIHexDecode( byte[] inp ) |
Visual Basic |
---|
Public Shared Function ASCIIHexDecode ( _ inp As Byte() _ ) As Byte() |
Visual C++ |
---|
public: static array<unsigned char>^ ASCIIHexDecode( array<unsigned char>^ inp ) |
Parameters
- inp
- Type: array<System..::..Byte>[]()[][]