adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / StringExtensions Class / TrimEnd Method

In This Topic
    TrimEnd Method
    In This Topic
    Removes all occurrences of a given string from the end of a string.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function TrimEnd( _
       ByVal source As String, _
       ByVal stringToTrim As String, _
       Optional ByVal comparisonType As StringComparison _
    ) As String

    Parameters

    source
    stringToTrim
    comparisonType
    See Also