string.ToTable
Example
Demonstrates the use of this function.
Output: 1 = t
2 = e
3 = x
4 = t
Example
Demonstrates how this function behaves with non-ASCII characters - in this case, Greek letters.
Output: 1 00000061 a
2 00000062 b
3 00000063 c
4 00000064 d
5 00000020
6 000000ce ?
7 000000b1 ?
8 000000ce ?
9 000000b2 ?
10 000000ce ?
11 000000b3 ?
12 000000ce ?
13 000000b4 ?