System::Xml::XmlWriter::WriteValue μέθοδος

XmlWriter::WriteValue(bool) method

Γράφει μια Boolean τιμή.

virtual void System::Xml::XmlWriter::WriteValue(bool value)
ParameterTypeΠεριγραφή
valueboolΗ Boolean τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(const String&) method

Γράφει μια String τιμή.

virtual void System::Xml::XmlWriter::WriteValue(const String &value)
ParameterTypeΠεριγραφή
valueconst String&Η String τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(DateTime) method

Γράφει μια DateTime τιμή.

virtual void System::Xml::XmlWriter::WriteValue(DateTime value)
ParameterTypeΠεριγραφή
valueDateTimeΗ DateTime τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(DateTimeOffset) method

Γράφει μια DateTimeOffset τιμή.

virtual void System::Xml::XmlWriter::WriteValue(DateTimeOffset value)
ParameterTypeΠεριγραφή
valueDateTimeOffsetΗ DateTimeOffset τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(Decimal) method

Γράφει μια Decimal τιμή.

virtual void System::Xml::XmlWriter::WriteValue(Decimal value)
ParameterTypeΠεριγραφή
valueDecimalΗ Decimal τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(double) method

Γράφει μια Double τιμή.

virtual void System::Xml::XmlWriter::WriteValue(double value)
ParameterTypeΠεριγραφή
valuedoubleΗ Double τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(float) method

Γράφει έναν αριθμό κινητής υποδιαστολής μονής ακρίβειας.

virtual void System::Xml::XmlWriter::WriteValue(float value)
ParameterTypeΠεριγραφή
τιμήfloatΟ αριθμός κινητής υποδιαστολής μονής ακρίβειας για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(int32_t) method

Γράφει μια Int32 τιμή.

virtual void System::Xml::XmlWriter::WriteValue(int32_t value)
ParameterTypeΠεριγραφή
valueint32_tΗ Int32 τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(int64_t) method

Γράφει μια Int64 τιμή.

virtual void System::Xml::XmlWriter::WriteValue(int64_t value)
ParameterTypeΠεριγραφή
valueint64_tΗ Int64 τιμή για εγγραφή.

Δείτε επίσης

XmlWriter::WriteValue(SharedPtr<Object>) method

Γράφει την τιμή του αντικειμένου.

virtual void System::Xml::XmlWriter::WriteValue(SharedPtr<Object> value)
ParameterTypeΠεριγραφή
τιμήSharedPtr<Object>Η τιμή αντικειμένου για εγγραφή.

Δείτε επίσης