Sitecore 5.0 API

StringUtil.TrimEnd Method 

Trims the end.

[Visual Basic]
Public Shared Function TrimEnd( _
   ByVal value As String, _
   ByVal count As Integer _
) As String
[C#]
public static string TrimEnd(
   string value,
   int count
);

Parameters

value
Value.
count
Count.

See Also

StringUtil Class | Sitecore Namespace