Gets a substring of maximum length of a string.
Gets a substring of maximum length of a string.
public static string Substring(string,int,bool);
Retrieves a substring from a string. The substring starts at a specified character position and has a specified length.
public static string Substring(string,int,int);
MainUtil Class | Sitecore Namespace