TextHelperEnsureIndentation Method |
Ensures the specified line endings in the given text.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string EnsureIndentation(
string text,
int level,
string indentString = ""
)
Parameters
- text
- Type: SystemString
Text to process - level
- Type: SystemInt32
Level of the indentation - indentString (Optional)
- Type: SystemString
New line ending
Return Value
Type:
StringSee Also