Concat()

StringConcat::Concat(const String&) method

Concatenates a new string to the result.

void System::Xml::Xsl::Runtime::StringConcat::Concat(const String &value)

Arguments

ParameterTypeDescription
valueconst String&A string value to be concatenated to the result.

See Also