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

ExtensionMethods..::..TryParseDecimal Method

Tries the parse decimal.

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

Syntax


public static bool TryParseDecimal(
	this string text,
	out double resultDecimal,
	CultureInfo culture
)
<ExtensionAttribute> _
Public Shared Function TryParseDecimal ( _
	text As String, _
	<OutAttribute> ByRef resultDecimal As Double, _
	culture As CultureInfo _
) As Boolean
[ExtensionAttribute]
public:
static bool^ TryParseDecimal(
	String^ text, 
	[OutAttribute] double^% resultDecimal, 
	CultureInfo^ culture
)

Parameters

text
Type: String
The text.
resultDecimal
Type: Double%
The result decimal.
culture
Type: CultureInfo
The culture.

Return Value

true if XXXX, false otherwise.