Returns the name of the type of object.
string = typeof(object)
ParameterDescription object Object to be identified by type.
Returns the name of the object type. Possible types include boolean, number, string, table, function and null.