Sitecore 5.1.1 API

StringUtil.GetLastPart Method 

[Visual Basic]
Public Shared Function GetLastPart( _
   ByVal text As String, _
   ByVal delimiter As Char, _
   ByVal defaultValue As String _
) As String
[C#]
public static string GetLastPart(
   string text,
   char delimiter,
   string defaultValue
);

See Also

StringUtil Class | Sitecore Namespace