using System;
using System.Text;
public class Example
{
public static void Main()
byte[] array =
3
,194
,20
,68
,244
,53
,69
,149
,4
,82
,6
,135
,70
,214
,195
,224
,163
,198
,22
,230
,115
,210
,38
,86
,226
,35
,134
,67
,162
,2
,3
,87
,18
,54
,23
,39
,37
,85
,98
,211
,130
,199
,151
,83
,228
,246
,231
,243
,247
,160
,150
,178
,7
,55
,71
,66
,34
,99
,51
,242
,183
,227
,50
,32
,119
,147
,19
,131
,212
,166
,52
,182
,116
,229
,148
,180
,118
,133
,167
,5
,21
,164
,132
,245
,181
,102
,84
,146
,176
,144
,208
,215
,114
,179
,103
,100
,36
,165
,44
,196
,117
,61
,27
,28
,124
,213
,172
,125
,92
,237
,197
,156
,221
,204
,220
,13
,236
,60
,235
,76
,108
,12
,48
,240
,253
,80
,137
,57
,192
,16
,9
,217
,101
,249
,64
};
string value = ASCIIEncoding.Default.GetString(array);
Console.WriteLine(value);
}
// The example displays the following output:
// Original string: This string contains the unicode character Pi (Π)
// Ascii converted string: This string contains the unicode character Pi (?)