Gets the postfix part of a string.
All characters of the string starting from character after the first occurrence of delimiter.
If delimiter is not found in the string, defaultValue is returned.
string postfix = StringUtil.GetPostfix("sc:menu", ':');
MainUtil.Out(postfix);
Outputs: menu
StringUtil Class | Sitecore Namespace | StringUtil.GetPostfix Overload List | Right | Mid