2
Answers

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

Photo of Roberto Del Sarto

Roberto Del Sarto

9y
1.3k
1
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)