C# Source Code Formatter
Home Page
Categories: Code protection - Obfuscation, Miscellaneous
Author: Semantic Designs
Reorganizes C# source text files to indent code blocks according to their nesting level, or, conversely, obfuscates the code to make it difficult to understand by renaming variables.
Features include:
- 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)
 Built for .NET |
 Built for .NET 2 |