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