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

MethodDescription
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