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