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

ExtensionMethods..::..NumTextToString Method

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

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


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

Parameters

text
Type: String
The text to process.
culture
Type: CultureInfo
The culture that contains the format characters.

Return Value

Text without numeric symbols.