Removes a number of characters from the end of a string.
The first characters of the string.
If count is greater than the length of the string, blank is returned.
string text = "Hello world"; string s0 = MainUtil.RemoveEnd(text, 6); // "Hello"
MainUtil Class | Sitecore Namespace | RemoveStart