TextHelperEnsureMaximumLineLength Method (String, Int32) |
Limits the line length of given plain text.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax public static string EnsureMaximumLineLength(
string text,
int maxLength
)
Parameters
- text
- Type: SystemString
Text to process - maxLength
- Type: SystemInt32
Max line length
Return Value
Type:
StringSee Also