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

GblMethods..::..StripText Method

Strips the text of all the characters in the stripString.

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

Syntax


public static string StripText(
	this string text,
	string stripString
)
<ExtensionAttribute> _
Public Shared Function StripText ( _
	text As String, _
	stripString As String _
) As String
[ExtensionAttribute]
public:
static String^ StripText(
	String^ text, 
	String^ stripString
)

Parameters

text
Type: String
The text to process.
stripString
Type: String
The characters to strip.

Return Value

The text without the characters in stripString.