Test if a mysettings.value exists / is defined, How?

How do I test if a My.Settings.Value has been defined If I try

"if My.Settings.Item IsNot nothing then" then I get an exception saying MySetting.Item was not found. Essentially I want to find out if it exists before referencing it.




Answer this question

Test if a mysettings.value exists / is defined, How?

  • Test if a mysettings.value exists / is defined, How?