 | PdfiumFPDFSTRING_IsHex Method |
Returns a Boolean value that indicates whether a String is a hex.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFSTRING_IsHex(
IntPtr handle
)
Public Shared Function FPDFSTRING_IsHex (
handle As IntPtr
) As Boolean
public:
static bool FPDFSTRING_IsHex(
IntPtr handle
)
static member FPDFSTRING_IsHex :
handle : IntPtr -> bool
public static boolean FPDFSTRING_IsHex(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFSTRING_IsHex = function(handle);
Parameters
- handle IntPtr
- Handle to a string object
Return Value
Booleantrue if the String object is a hex, otherwise false.
See Also