Hello,
There are other functions to get the value by type of Int32 and such. Those functions are:
GetInt16
GetInt32
GetInt64
GetBoolean
GetChar
etc. GetValue returns the value as object, so if you have option strict on, you will need to ctype the value to the appropriate type.
Brian
|