sqlsamurai
Programmer
I want to test an object for type and I'm not sure how.
Here is the object:
My.Settings("StartDate")
I want to test the value to see what type it is.
Like this
If My.Settings("StartDate").GetType = DateTime then
...
End IF
Could somebody help?
Here is the object:
My.Settings("StartDate")
I want to test the value to see what type it is.
Like this
If My.Settings("StartDate").GetType = DateTime then
...
End IF
Could somebody help?