Sitecore 5.0 API

MainUtil.Substring Method

Gets a substring of maximum length of a string.

Overload List

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);

See Also

MainUtil Class | Sitecore Namespace