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

GblMethods..::..NumTextToString Method

Removes all currency, percent, and thousands separator text from the text.

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

Syntax


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

Parameters

text
Type: String
The text to process.

Return Value

Text without numeric symbols.