Attempts to convert a string value to a
Quad.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool TryParse(
string s,
out Quad value
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef value As Quad
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] Quad% value
)
static member TryParse :
s : string *
value : Quad byref -> bool
Parameters
- s
- Type: SystemString
The string to convert. - value
- Type: Extreme.MathematicsQuad
On return, the converted value.
Return Value
Type:
Boolean if the conversion was successful; otherwise
.
Reference