NumericTryParseTNumeric(String, TNumeric) Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static bool TryParse<TNumeric>(
string s,
out TNumeric result
)
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function TryParse(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) (
s As String,
<OutAttribute> ByRef result As TNumeric
) As Boolean
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static bool TryParse(
String^ s,
[OutAttribute] TNumeric% result
)
static member TryParse :
s : string *
result : 'TNumeric byref -> bool when 'TNumeric : struct, new() and INumeric<'TNumeric>
- s String
-
- result TNumeric
-
- TNumeric
Boolean