DecimalNTryParse(String, IFormatProvider, DecimalN) Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static bool TryParse(
	string s,
	IFormatProvider? provider,
	out DecimalN result
)
Public Shared Function TryParse ( 
	s As String,
	provider As IFormatProvider,
	<OutAttribute> ByRef result As DecimalN
) As Boolean
public:
static bool TryParse(
	String^ s, 
	IFormatProvider^ provider, 
	[OutAttribute] DecimalN% result
)
static member TryParse : 
        s : string * 
        provider : IFormatProvider * 
        result : DecimalN byref -> bool 
- s  String
-  
- provider  IFormatProvider
-  
- result  DecimalN
-  
Boolean