ActiveReports 12
IsNumericTypeOrBoolean Method

GrapeCity.ActiveReports.Export.Xml.v12 Assembly > GrapeCity.ActiveReports.Export.Text.Page Namespace > JsonRenderingExtension Class : IsNumericTypeOrBoolean Method
Checks if the type of the argument is Boolean or numeric.
Syntax
'Declaration
 
Public Shared Function IsNumericTypeOrBoolean( _
   ByVal o As Object _
) As Boolean
public static bool IsNumericTypeOrBoolean( 
   object o
)

Parameters

o
See Also

Reference

JsonRenderingExtension Class
JsonRenderingExtension Members