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