System::IConvertible::ToUInt64 metodo
IConvertible::ToUInt64 method
Converte il valore di questa istanza in un uint32_teger a 64 bit equivalente, utilizzando le informazioni di formattazione specifiche della cultura.
virtual uint64_t System::IConvertible::ToUInt64(System::SharedPtr<System::IFormatProvider> provider)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| provider | System::SharedPtr<System::IFormatProvider> | Una implementazione dell’interfaccia System::IFormatProvider che fornisce informazioni di formattazione specifiche della cultura. |
ReturnValue
Un valore intero senza segno a 64 bit equivalente al valore di questa istanza.
Vedi anche
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.Font for C++