+ 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