Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
If you mean string (looks like "text in double quouts") simply do: double.Parse(string); If you mean array of characters (char[] letter = new char[] {'a', 'b', 'c'}) do: double.Parse(new String(charArray));
24th Apr 2020, 1:34 PM
Tomáš Wróbel
Tomáš Wróbel - avatar