Méthode System::ObjectExt::ToString
ObjectExt::ToString(const char_t *) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
static String System::ObjectExt::ToString(const char_t *obj)
| Paramètre | Type | Description |
|---|---|---|
| obj | const char_t * | String littéral à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(const Nullable<T>&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static String System::ObjectExt::ToString(const Nullable<T> &obj)
| Paramètre | Description |
|---|---|
| T | type Nullable. |
| Paramètre | Type | Description |
|---|---|---|
| obj | const Nullable<T>& | objet Nullable à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class Nullable
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(const T&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<std::is_enum<T>::value, String>::type System::ObjectExt::ToString(const T &obj)
| Paramètre | Description |
|---|---|
| T | type Enum. |
| Paramètre | Type | Description |
|---|---|---|
| obj | const T& | valeur Enum à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(const T&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<IsSmartPtr<T>::value, String>::type System::ObjectExt::ToString(const T &obj)
| Paramètre | Description |
|---|---|
| T | type de pointeur intelligent. |
| Paramètre | Type | Description |
|---|---|---|
| obj | const T& | valeur SmartPtr à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(const T&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<!IsSmartPtr<T>::value &&!std::is_scalar<T>::value &&!IsNullable<T>::value, String>::type System::ObjectExt::ToString(const T &obj)
| Paramètre | Description |
|---|---|
| T | type de structure. |
| Paramètre | Type | Description |
|---|---|---|
| obj | const T& | valeur de structure à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(T&&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<!IsSmartPtr<T>::value &&std::is_scalar<T>::value &&!std::is_enum<T>::value, String>::type System::ObjectExt::ToString(T &&obj)
| Paramètre | Description |
|---|---|
| T | type scalaire. |
| Paramètre | Type | Description |
|---|---|---|
| obj | T\&& | valeur scalaire à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(T&&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<!IsSmartPtr<T>::value &&!std::is_scalar<T>::value &&!IsNullable<T>::value &&!std::is_reference<T>::value, String>::type System::ObjectExt::ToString(T &&obj)
| Paramètre | Description |
|---|---|
| T | type scalaire. |
| Paramètre | Type | Description |
|---|---|---|
| obj | T\&& | valeur scalaire à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(T&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<IsSmartPtr<T>::value||std::is_pointer<T>::value||IsExceptionWrapper<T>::value, String>::type System::ObjectExt::ToString(T &obj)
| Paramètre | Description |
|---|---|
| T | type de pointeur intelligent ou ExceptionWrapper. |
| Paramètre | Type | Description |
|---|---|---|
| obj | T& | Pointeur intelligent ou ExceptionWrapper pour convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(T&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<!IsSmartPtr<T>::value &&std::is_scalar<T>::value &&!std::is_enum<T>::value, String>::type System::ObjectExt::ToString(T &obj)
| Paramètre | Description |
|---|---|
| T | type scalaire. |
| Paramètre | Type | Description |
|---|---|---|
| obj | T& | valeur scalaire à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++
ObjectExt::ToString(T&) method
Substitution de la méthode C# ToString pour fonctionner avec n’importe quel type C++.
template<typename T> static std::enable_if<!IsExceptionWrapper<T>::value &&!IsSmartPtr<T>::value &&!std::is_scalar<T>::value &&!IsNullable<T>::value, String>::type System::ObjectExt::ToString(T &obj)
| Paramètre | Description |
|---|---|
| T | type de structure. |
| Paramètre | Type | Description |
|---|---|---|
| obj | T& | valeur de structure à convertir en chaîne. |
ReturnValue
String representation of obj.
Voir aussi
- Class String
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++