System::Xml::XmlWriter::WriteValue method
Contents
[
Hide
]XmlWriter::WriteValue(bool) method
Writes a Boolean value.
virtual void System::Xml::XmlWriter::WriteValue(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | The Boolean value to write. |
See Also
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(const String&) method
Writes a String value.
virtual void System::Xml::XmlWriter::WriteValue(const String &value)
Parameter | Type | Description |
---|---|---|
value | const String& | The String value to write. |
See Also
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(DateTime) method
Writes a DateTime value.
virtual void System::Xml::XmlWriter::WriteValue(DateTime value)
Parameter | Type | Description |
---|---|---|
value | DateTime | The DateTime value to write. |
See Also
- Class DateTime
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(DateTimeOffset) method
Writes a DateTimeOffset value.
virtual void System::Xml::XmlWriter::WriteValue(DateTimeOffset value)
Parameter | Type | Description |
---|---|---|
value | DateTimeOffset | The DateTimeOffset value to write. |
See Also
- Class DateTimeOffset
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(Decimal) method
Writes a Decimal value.
virtual void System::Xml::XmlWriter::WriteValue(Decimal value)
Parameter | Type | Description |
---|---|---|
value | Decimal | The Decimal value to write. |
See Also
- Class Decimal
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(double) method
Writes a Double value.
virtual void System::Xml::XmlWriter::WriteValue(double value)
Parameter | Type | Description |
---|---|---|
value | double | The Double value to write. |
See Also
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(float) method
Writes a single-precision floating-point number.
virtual void System::Xml::XmlWriter::WriteValue(float value)
Parameter | Type | Description |
---|---|---|
value | float | The single-precision floating-point number to write. |
See Also
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(int32_t) method
Writes a Int32 value.
virtual void System::Xml::XmlWriter::WriteValue(int32_t value)
Parameter | Type | Description |
---|---|---|
value | int32_t | The Int32 value to write. |
See Also
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(int64_t) method
Writes a Int64 value.
virtual void System::Xml::XmlWriter::WriteValue(int64_t value)
Parameter | Type | Description |
---|---|---|
value | int64_t | The Int64 value to write. |
See Also
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++
XmlWriter::WriteValue(SharedPtr<Object>) method
Writes the object value.
virtual void System::Xml::XmlWriter::WriteValue(SharedPtr<Object> value)
Parameter | Type | Description |
---|---|---|
value | SharedPtr<Object> | The object value to write. |
See Also
- Typedef SharedPtr
- Class Object
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++