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

ExtensionMethods..::..ToDecimal Method

Converts to decimal.

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

Syntax


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

Parameters

text
Type: String
The text.
culture
Type: CultureInfo
The culture.

Return Value

System.Double.