Double..::..TryParse Method (String, IFormatProvider, Double%)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool TryParse( string s, IFormatProvider provider, out double result )
<TemplateAttribute> _ Public Shared Function TryParse ( _ s As String, _ provider As IFormatProvider, _ <OutAttribute> ByRef result As Double _ ) As Boolean
[TemplateAttribute] public: static bool^ TryParse( String^ s, IFormatProvider^ provider, [OutAttribute] double^% result )
Parameters
- s
- Type: System..::..String
- provider
- Type: System..::..IFormatProvider
- result
- Type: System..::..Double%