C# Source Code Formatter

The C# Formatter tool reorganizes C# source text files to neatly indent code blocks according to their nesting level, or, conversely, obfuscates the code to make it difficult to understand by renaming variables. It is a member of SD's family of Source Code Formatters. An example of the C# Formatter's results can be seen here.

C# Formatter Features

  • Formatted code compiles and executes exactly like unformatted code
  • Specification of indentation step distance
  • Specification of arbitrary input tab column positions
  • Line breaks at language structure boundaries, not source line boundaries
  • Automatic reindentation of comments
  • Obfuscation option
  • Output encoding in ASCII, European ASCII, or UNICODE (UTF-8 or UTF-16)

Download an evaluation copy

For more information: info@semanticdesigns.com    Follow us at Twitter: @SemanticDesigns

C# Source
Code Formatter