2
Answers

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

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)