Metodo System::Xml::XmlWriter::WriteValue
Contenuti
[
Nascondere
]XmlWriter::WriteValue(bool) method
Scrive un valore Boolean.
virtual void System::Xml::XmlWriter::WriteValue(bool value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | bool | Il valore Boolean da scrivere. |
Vedi anche
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(const String&) method
Scrive un valore String.
virtual void System::Xml::XmlWriter::WriteValue(const String &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | const String& | Il valore String da scrivere. |
Vedi anche
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(DateTime) method
Scrive un valore DateTime.
virtual void System::Xml::XmlWriter::WriteValue(DateTime value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTime | Il valore DateTime da scrivere. |
Vedi anche
- Class DateTime
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(DateTimeOffset) method
Scrive un valore DateTimeOffset.
virtual void System::Xml::XmlWriter::WriteValue(DateTimeOffset value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTimeOffset | Il valore DateTimeOffset da scrivere. |
Vedi anche
- Class DateTimeOffset
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(Decimal) method
Scrive un valore Decimal.
virtual void System::Xml::XmlWriter::WriteValue(Decimal value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | Decimal | Il valore Decimal da scrivere. |
Vedi anche
- Class Decimal
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(double) method
Scrive un valore Double.
virtual void System::Xml::XmlWriter::WriteValue(double value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | double | Il valore Double da scrivere. |
Vedi anche
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(float) method
Scrive un numero a virgola mobile a precisione singola.
virtual void System::Xml::XmlWriter::WriteValue(float value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | float | Il numero a virgola mobile a precisione singola da scrivere. |
Vedi anche
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(int32_t) method
Scrive un valore Int32.
virtual void System::Xml::XmlWriter::WriteValue(int32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int32_t | Il valore Int32 da scrivere. |
Vedi anche
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(int64_t) method
Scrive un valore Int64.
virtual void System::Xml::XmlWriter::WriteValue(int64_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int64_t | Il valore Int64 da scrivere. |
Vedi anche
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++
XmlWriter::WriteValue(SharedPtr<Object>) method
Scrive il valore dell’oggetto.
virtual void System::Xml::XmlWriter::WriteValue(SharedPtr<Object> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | SharedPtr<Object> | Il valore dell’oggetto da scrivere. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++