Click or drag to resize
TextHelperEnsureIndentation Method (String, Int32)
Ensures the specified line endings in the given text.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string EnsureIndentation(
	string text,
	int level
)

Parameters

text
Type: SystemString
Text to process
level
Type: SystemInt32
Level of the indentation

Return Value

Type: String
See Also