string[] formati = ("txt", "doc", "ppt".....);

Dec 15 2015 9:21 AM
If i write the instruction    string[] formati = ("txt", "doc", "ppt".....); C# respond impossible to convert
implicitly the type 'string' in 'string[]'
I read this instruction in a lesson of fmancuso on youtube


Answers (2)