RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..StripText Method

Strips the text of all the characters in the stripString.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.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.