System::Int64 class
Contents
[
Hide
]Int64 class
Contains methods to work with the 64-bit integer.
class Int64
Methods
Method | Description |
---|---|
static Parse(const String&) | Converts the specified string containing the string representation of a number to the equivalent 64-bit signed integer. |
static Parse(const String&, const SharedPtr<IFormatProvider>&) | Converts the specified string containing the string representation of a number to the equivalent 64-bit signed integer using the provided formatting information. |
static Parse(const String&, const SharedPtr<Globalization::CultureInfo>&) | |
static Parse(const String&, const SharedPtr<Globalization::NumberFormatInfo>&) | |
static Parse(const String&, std::nullptr_t) | |
static Parse(const String&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) | Converts the specified string containing the string representation of a number to the equivalent 64-bit signed integer using the provided formatting information and number style. |
static Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::CultureInfo>&) | |
static Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::NumberFormatInfo>&) | |
static Parse(const String&, Globalization::NumberStyles, std::nullptr_t) | |
static TryParse(const String&, int64_t&) | Converts the specified string containing the string representation of a number to the equivalent 64-bit signed integer. |
static TryParse(const String&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&, int64_t&) | Converts the specified string containing the string representation of a number to the equivalent 64-bit signed integer using the provided formatting information and number style. |
static TryParse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::CultureInfo>&, int64_t&) | |
static TryParse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::NumberFormatInfo>&, int64_t&) | |
static TryParse(const String&, Globalization::NumberStyles, std::nullptr_t, int64_t&) |
Fields
Field | Description |
---|---|
static constexpr MaxValue | Largest possible value. |
static constexpr MinValue | Smallest possible value. |
See Also
- Namespace System
- Library Aspose.PDF for C++