TextHelperEnsureIndentation Method (String, Int32) |
Ensures the specified line endings in the given text.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax 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:
StringSee Also