RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ExtensionMethods..::..TrimRight Method

Trims the right of a string.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static string TrimRight(
	this string value,
	string trimChars
)
<ExtensionAttribute> _
Public Shared Function TrimRight ( _
	value As String, _
	trimChars As String _
) As String
[ExtensionAttribute]
public:
static String^ TrimRight(
	String^ value, 
	String^ trimChars
)

Parameters

value
Type: String
The value.
trimChars
Type: String
The trim chars.

Return Value

System.String.