FarligOpptreden
Executive Member
Option 4:

Code:
string str = string.Empty;
foreach (char c in Data)
{
str += c;
}