C# String Array - C# Tutorial: Dot Net Perls
These C# examples show the syntax of string arrays. They initialize string arrays. ... Strings sometimes need to be stored together. One way to do this is with a string array. Several syntax forms are used to declare and create string arrays.
www.dotnetperls.com |