MSI Factory 2.3

String.Concat

String.Concat

Previous topic Next topic  

String.Concat

Previous topic Next topic  

OverviewExamples

string String.Concat (

string StartString,

string EndString )

Description

Adds (or "concatenates") two strings together and returns the result as a new string.

Note: This does not modify either of the source strings.

Parameters

StartString

(string) The string to be added to. This string will be appear at the start of the new string.

EndString

(string) The string to add (append) to the StartString. This string will appear after the StartString.

Returns

(string) The new concatenated string beginning with the StartString and ending with the EndString.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us