What are all the characters that can be used to declare variable types in vb.net?

Mop

New member
The other day i noticed that if you put a '$' after a variable name it declares that variable as a string. eg. Dim bob$ is the same as Dim bob As String
So i was wondering how many other data types you can do this with.
 
Back
Top