System::Xml::Xsl::Runtime::StringConcat class
StringConcat class
Concatenates strings when the number of strings is not known beforehand.
class StringConcat : public System::Object
Methods
Method | Description |
---|---|
Clear() | Clears the result string. |
Concat(const String&) | Concatenates a new string to the result. |
get_Delimiter() | Returns the string that delimits concatenated strings. |
GetResult() | Returns the result string. |
set_Delimiter(const String&) | Sets the string that delimits concatenated strings. |
StringConcat() | Default constructor. |
See Also
- Class Object
- Namespace System::Xml::Xsl::Runtime
- Library Aspose.PDF for C++