Sitecore 5.1.1 API

StringUtil.GetLongestPrefix Method (String, Char, String)

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

See Also

StringUtil Class | Sitecore Namespace | StringUtil.GetLongestPrefix Overload List