TextHelperReformatCode Method (String) |
Reformats the C# or JS code so it is properly indented.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax public static string ReformatCode(
string text
)
Parameters
- text
- Type: SystemString
Text to indent
Return Value
Type:
StringSee Also