T
tom c
In vb dot net, what is the syntax to see if something is a string? For
example, if I read FieldX from a table I want to do something like:
If FieldX is string then
'Do something
end if
except I know "is string" is not correct. What is the correct syntax?
example, if I read FieldX from a table I want to do something like:
If FieldX is string then
'Do something
end if
except I know "is string" is not correct. What is the correct syntax?