Called when [hex in string].

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool OnlyHexInString(
	string test
)
Public Function OnlyHexInString ( 
	test As String
) As Boolean
public:
bool OnlyHexInString(
	String^ test
)
member OnlyHexInString : 
        test : string -> bool 

Parameters

test
String
The test.

Return Value

Boolean

See Also