TextHelperEnsureMaximumLineLength Method (String, Int32, String, Boolean) |
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,
string separation,
bool encode
)
Parameters
- text
- Type: SystemString
Text to process - maxLength
- Type: SystemInt32
Max line length - separation
- Type: SystemString
String which will be used as line separator - encode
- Type: SystemBoolean
If true, original string will be encoded (all the separators remain un-encoded)
Return Value
Type:
StringSee Also