M
Michel Racicot
In some language, it's possible to specify a "predefined" size for string
objects.
Exemple: string[10] which is a string of 10 characters.
Is it possible to do this in C#?
Thank you
objects.
Exemple: string[10] which is a string of 10 characters.
Is it possible to do this in C#?
Thank you