Click or drag to resize
TextHelperReformatCode Method
Reformats the C# or JS code so it is properly indented.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string ReformatCode(
	string text,
	int indent = 0,
	string indentString = ""
)

Parameters

text
Type: SystemString
Text to indent
indent (Optional)
Type: SystemInt32
Initial indent level
indentString (Optional)
Type: SystemString
Indentation string

Return Value

Type: String
See Also