Skip to content

Instantly share code, notes, and snippets.

@CalvinRodo
Created April 17, 2012 17:57
Show Gist options
  • Save CalvinRodo/2407834 to your computer and use it in GitHub Desktop.
Save CalvinRodo/2407834 to your computer and use it in GitHub Desktop.
State Selector
Dim states as Dictionary(Of String, String)() From { {"CA", "California"} }
'to get the name just call where stateCode is the inputted string from the user.
Dim name as String = states(_stateCode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment