Converts the specified string representation of a number to its
64-bit signed integer equivalent.
Remarks
The
System.Globalization.NumberFormatInfo
for the invariant culture is
used to supply formatting information about s.
long long::parse(s)
Parameters
Name | Type | Description |
---|---|---|
s | string | A string containing a number to convert. |
Return Value
A 64-bit signed integer equivalent to the number contained in
s.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions