Explicit Type Conversion Operator (PdfBool)
In This Topic
Converts the bool to the
PdfBool.
Syntax
'Declaration
Public Operator Narrowing CType( _
ByVal As System.Boolean _
) As PdfBool
public PdfBool operator explicit(
System.bool
)
Parameters
- v
- The bool value to convert.
See Also