System::ICustomFormatter::Format Methode
ICustomFormatter::Format method
Gibt eine Zeichenkettenrepräsentation eines durch das aktuelle Objekt dargestellten Wertes zurück, wobei das angegebene Format verwendet wird.
virtual System::String System::ICustomFormatter::Format(System::String format, System::SharedPtr<System::Object> arg, System::SharedPtr<System::IFormatProvider> formatProvider)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Format | System::String | Das Zeichenkettenformat |
| arg | System::SharedPtr<System::Object> | Das zu formatierende Objekt |
| formatProvider | System::SharedPtr<System::IFormatProvider> | Das Objekt, das die Formatierungsinformationen bereitstellt |
ReturnValue
Die Zeichenkettenrepräsentation von arg, formatiert nach dem durch format und formatProvider angegebenen Format
Siehe auch
- Class String
- Typedef SharedPtr
- Class Object
- Class IFormatProvider
- Class ICustomFormatter
- Namespace System
- Library Aspose.Font for C++