Norvik
Norvik
CC#
Created by Norvik on 1/22/2023 in #help
❔ get all WINDOWS SAVED APP SHORTCUTS with code
Alright. I will check it out. Thanks I looked something up earlier but the results were off-topic
7 replies
CC#
Created by Norvik on 12/31/2022 in #help
double.Parse(3.5).ToString() returns 35
thanks
8 replies
CC#
Created by Norvik on 12/31/2022 in #help
double.Parse(3.5).ToString() returns 35
It all makes sense now
8 replies
CC#
Created by Norvik on 12/31/2022 in #help
double.Parse(3.5).ToString() returns 35
Oh... It now adds up since 3,5 would work just fine
8 replies
CC#
Created by Norvik on 12/31/2022 in #help
double.Parse(3.5).ToString() returns 35
string word = "3.5";
double value = double.Parse(word);
Console.WriteLine(value.ToString() + " q " + word);
string word = "3.5";
double value = double.Parse(word);
Console.WriteLine(value.ToString() + " q " + word);
is the snippet
8 replies
CC#
Created by Norvik on 12/31/2022 in #help
double.Parse(3.5).ToString() returns 35
harold
8 replies
CC#
Created by Norvik on 12/31/2022 in #help
double.Parse(3.5).ToString() returns 35
console returns 35
8 replies
CC#
Created by Norvik on 12/29/2022 in #help
String to math
I will check out the Github. Thank you, you both
9 replies
CC#
Created by Norvik on 12/29/2022 in #help
String to math
Not advanced
9 replies
CC#
Created by Norvik on 12/29/2022 in #help
String to math
It must not be advanced. My current usage is as simple as "10+10-10*10/10"
9 replies