IsNumericType method.
Indicates if the string passed is one of the numeric
types currently configured with the object.
Syntax:
b = object.IsNumericType(str)
Parameters:
str - A string containing a type name
Result is True if the type is in the numeric types list and False
otherwise. The operation is case insensitive.
Applies to: SQLite COM
object
See also: AddNumericType,
RemoveNumericType, CountNumericTypes
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|