Click or drag to resize
UtilitiesTrimAfter Method
Overload List
  NameDescription
Public methodStatic memberTrimAfter(String, Char)
Returns the "Head" of a string, before and not including the first instance of specified delimiter.
Public methodStatic memberTrimAfter(String, Int32)
[Deprecated] Ensures that the target string is iMaxLength or fewer characters
Public methodStatic memberTrimAfter(String, String)
Returns the "Head" of a string, before and not including a specified search string.
Top
See Also