ExtensionMethods..::..TryParseDecimal Method
Tries the parse decimal.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: 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.