NIKER
- 1,789 total downloads
- last updated 10/24/2014
- Latest version: 1.0.0.1
Provides better code maintainability by simple yet powerful .Params() string extension to supplement/replace string.Format(). Accepts numeric, named and reference parameters. More details and examples in XML tooltips.
NUMERIC EXAMPLE:
return "test={0}".Params("value");
returns...
More information