ChrisMissal / Formo

Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
http://chrismissal.com/Formo/
MIT License
259 stars 33 forks source link

Create a method for abnormal string keys #2

Closed ChrisMissal closed 11 years ago

ChrisMissal commented 11 years ago

In the case of a key having a special character that can't be used in a Method or Property, allow for settings to still be retrieved. Something like:

config.Get("weird:key");

and

config.Get<DateTime>("start:date");