By tag: format
0
kicks
String templates revisited
Sometimes I encounter a task - create some little template, that user can easily configure. Yeah, there are many powerful template engines, or you can use {0}, {1} placeholders, or even handwritten #Id#, #Name# placeholders. But this article describes yet another way - simple and descriptive string ...
0
kicks
VS2005 C# Code Snippet Cheat Sheet
Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference.
0
kicks
String Generation with String.Format
The twentieth part of the C# Fundamentals tutorial adds to the previous examination of conversion between numeric and string data. This article describes the Format method of the String class that allows generation of strings containing text and numbers.