Helpers.Datatypes.isPrimitive Function
Checks if object is of primitive type
Public bool isPrimitive (object)
Type
Name
Description
object
obj
object to check
Return
Description
bool
returns true if object is a primitive datatype, false else