V
VM
If I have three exact strings composed of "Hello world", what 'invisible'
char could I add to the string so I can distinguish between them? With
visible characters, it'd look something like this:
"#Hello world"
"@Hello word"
"$Hello world"
I'd like to replace the #, @, $ with invisible characters. These strings
will be displayed in a windows datagrid cell.
Thanks.
char could I add to the string so I can distinguish between them? With
visible characters, it'd look something like this:
"#Hello world"
"@Hello word"
"$Hello world"
I'd like to replace the #, @, $ with invisible characters. These strings
will be displayed in a windows datagrid cell.
Thanks.