 | PdfiumFPDFSTRING_CreateChar(Byte, Boolean) Method |
Create new String object and initialise it with specified byte string.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFSTRING_CreateChar(
byte[] value,
bool bHex
)
Public Shared Function FPDFSTRING_CreateChar (
value As Byte(),
bHex As Boolean
) As IntPtr
public:
static IntPtr FPDFSTRING_CreateChar(
array<unsigned char>^ value,
bool bHex
)
static member FPDFSTRING_CreateChar :
value : byte[] *
bHex : bool -> IntPtr
public static IntPtr FPDFSTRING_CreateChar(
byte[] value,
boolean bHex
)
Patagames.Pdf.Pdfium.FPDFSTRING_CreateChar = function(value, bHex);
Parameters
- value Byte
- The byte string.
- bHex Boolean
- Indicates whether a value is a HEX
Return Value
IntPtrHandle to a newly created object
See Also