-
Recent Comments
No comments to show. -
Categories
Administration
Tag Archives: extension methods
Some useful string extensions
I have created a useful set of string extensions in C# for doing many string operations like conversions to and from numbers, formatting, and escaping. Most of these were required by the application that I’m working on but are very … Continue reading
Posted in Dennis-IT Tools
Tagged C#, conversion, escaping, extension methods, formatting, regular expressions, strings
Comments Off on Some useful string extensions
Macro Resolution via Dictionaries
In my Systems Directorate application, I needed a way of handling macro resolution so that the user could easily substitute values when configuring parts of the application. For most of the application, I have standardized on a Dictionary<string,object> structure for … Continue reading
Posted in Dennis-IT Tools
Tagged C#, dictionary, extension methods, macros
Comments Off on Macro Resolution via Dictionaries