Returns the type of data that the input string represents.
Category: | Date |
Returned data type: | String |
determine_type
string
is the string of data
returns
the data type the input string represents.
This function analyzes a string to determine whether it is one of the following options: string, integer, Boolean, date, or real.
1000
Results: integer
1000.5
Results: real