System::Xml::XmlConvert::ToString metodo
XmlConvert::ToString(bool) method
Converte il Boolean in una String.
static String System::Xml::XmlConvert::ToString(bool value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | bool | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa del Boolean, ovvero “true” o “false”.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(char16_t) method
Converte il Char in una String.
static String System::Xml::XmlConvert::ToString(char16_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | char16_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa del Char.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(DateTime) method
Converte il DateTime in una String.
static String System::Xml::XmlConvert::ToString(DateTime value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTime | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa del DateTime nel formato yyyy-MM-ddTHH:mm:ss dove ‘T’ è un letterale costante.
Vedi anche
- Class String
- Class DateTime
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(DateTime, const String&) method
Converte il DateTime in una String.
static String System::Xml::XmlConvert::ToString(DateTime value, const String &format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTime | Il valore da convertire. |
| formato | const String& | La struttura del formato che definisce come visualizzare la stringa convertita. I formati validi includono “yyyy-MM-ddTHH:mm:sszzzzzz” e i suoi sottoinsiemi. |
ReturnValue
Una rappresentazione stringa del DateTime nel formato specificato.
Vedi anche
- Class String
- Class DateTime
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(DateTime, XmlDateTimeSerializationMode) method
Converte il DateTime in una String usando il XmlDateTimeSerializationMode specificato.
static String System::Xml::XmlConvert::ToString(DateTime value, XmlDateTimeSerializationMode dateTimeOption)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTime | Il valore DateTime da convertire. |
| dateTimeOption | XmlDateTimeSerializationMode | Uno dei valori XmlDateTimeSerializationMode che specificano come trattare il valore DateTime. |
ReturnValue
Una String equivalente del DateTime.
Vedi anche
- Class String
- Class DateTime
- Enum XmlDateTimeSerializationMode
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(DateTimeOffset) method
Converte il DateTimeOffset fornito in una String.
static String System::Xml::XmlConvert::ToString(DateTimeOffset value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTimeOffset | Il DateTimeOffset da convertire. |
ReturnValue
Una rappresentazione String del DateTimeOffset fornito.
Vedi anche
- Class String
- Class DateTimeOffset
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(DateTimeOffset, const String&) method
Converte il DateTimeOffset fornito in una String nel formato specificato.
static String System::Xml::XmlConvert::ToString(DateTimeOffset value, const String &format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | DateTimeOffset | Il DateTimeOffset da convertire. |
| format | const String& | Il formato in cui s viene convertito. Il parametro format può essere qualsiasi sottoinsieme della Raccomandazione W3C per il tipo XML dateTime. Per ulteriori informazioni, vedere la sezione dateTime del Schema XML. |
ReturnValue
Una rappresentazione String nel formato specificato del DateTimeOffset fornito.
Vedi anche
- Class String
- Class DateTimeOffset
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(Decimal) method
Converte il Decimal in una String.
static String System::Xml::XmlConvert::ToString(Decimal value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | Decimale | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa del Decimal.
Vedi anche
- Class String
- Class Decimal
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(double) method
Converte il Double in una String.
static String System::Xml::XmlConvert::ToString(double value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | double | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa del Double.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(float) method
Converte il Single in una String.
static String System::Xml::XmlConvert::ToString(float value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | float | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di Single.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(Guid) method
Converte il Guid in una String.
static String System::Xml::XmlConvert::ToString(Guid value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | Guid | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di Guid.
Vedi anche
- Class String
- Class Guid
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(int16_t) method
Converte il Int16 in una String.
static String System::Xml::XmlConvert::ToString(int16_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int16_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di Int16.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(int32_t) method
Converte il Int32 in una String.
static String System::Xml::XmlConvert::ToString(int32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int32_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di Int32.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(int64_t) method
Converte il Int64 in una String.
static String System::Xml::XmlConvert::ToString(int64_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int64_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di Int64.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(int8_t) method
Converte il SByte in una String.
static String System::Xml::XmlConvert::ToString(int8_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | int8_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di SByte.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(TimeSpan) method
Converte il TimeSpan in una String.
static String System::Xml::XmlConvert::ToString(TimeSpan value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | TimeSpan | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di TimeSpan.
Vedi anche
- Class String
- Class TimeSpan
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(uint16_t) method
Converte il UInt16 in una String.
static String System::Xml::XmlConvert::ToString(uint16_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | uint16_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di UInt16.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(uint32_t) method
Converte il UInt32 in una String.
static String System::Xml::XmlConvert::ToString(uint32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | uint32_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di UInt32.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(uint64_t) method
Converte il UInt64 in una String.
static String System::Xml::XmlConvert::ToString(uint64_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | uint64_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa di UInt64.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++
XmlConvert::ToString(uint8_t) method
Converte il Byte in una String.
static String System::Xml::XmlConvert::ToString(uint8_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | uint8_t | Il valore da convertire. |
ReturnValue
Una rappresentazione stringa del Byte.
Vedi anche
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Page for C++