Posts tagged as:

Concatenation

Most applications require the use of strings since it is one of the most important native data types in C#. Very often you would need to append two strings or maybe more together. There are two ways to do this in C# – either through string concatenation or by making use of the C# StringBuilder [...]

{ 0 comments }