ComponentOne FlexReport for UWP
IsNumber Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : IsNumber Method
Object to check.
Checks whether object represents numeric value, i.e. it is byte, integer, float etc.
Syntax
'Declaration
 
Public Shared Function IsNumber( _
   ByVal obj As System.Object _
) As System.Boolean
public static System.bool IsNumber( 
   System.object obj
)

Parameters

obj
Object to check.

Return Value

true if object represents numeric value, false otherwise.
See Also

Reference

Utils Class
Utils Members