csFormat

csFormat is a time-saving tool for formatting and displaying C# source code on web sites, blogs and similar. Just copy the source code from your preferred editor into csFormat and create nicely formatted code in a few mouse clicks:

Before After
private void _removeButton_Click(object sender, RoutedEventArgs e) {
var itemsToBeDeleted = new List<TokenReplacement>();
foreach(var item in _replacementsListView.SelectedItems) {
if(item is TokenReplacement) {
itemsToBeDeleted.Add((TokenReplacement) item);
}
}
foreach(var item in itemsToBeDeleted) {
_tokenReplacements.Remove(item);
}
}

private void _removeButton_Click(object sender, RoutedEventArgs e) {
   var itemsToBeDeleted = new List<TokenReplacement>();
   foreach(var item in _replacementsListView.SelectedItems) {
      if(item is TokenReplacement) {
         itemsToBeDeleted.Add((TokenReplacement) item);
      }
   }
   foreach(var item in itemsToBeDeleted) {
      _tokenReplacements.Remove(item);
   }
}

csFormat takes care of the following for you:

  • Keyword coloring
  • Fixed width font
  • Indentation
  • Correct HTML coding for '<', '>' and similar characters
  • Automatically replaces identifiers and other character sequences to protect your intellectual property

csFormat is a huge time saver. It will save more than its low price of just USD 20.00 for a single user license. Start saving time today and purchase csFormat using PayPal's secure online payment processing.

Requirements:

  • csFormat runs on 32-bit Microsoft platforms with .NET 3.5 installed.

Home

Products

Blogs

Publications

Suggested Readings

Contact

About Us