Metodo System::IConvertible::ToUInt32
IConvertible::ToUInt32 method
Converte il valore di questa istanza in un uint32_teger a 32 bit equivalente, utilizzando le informazioni di formattazione specifiche della cultura.
virtual uint32_t System::IConvertible::ToUInt32(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 32 bit equivalente al valore di questa istanza.
Vedi anche
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.Font for C++