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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string ReformatCode(
	string text
)

Parameters

text
Type: SystemString
Text to indent

Return Value

Type: String
See Also