Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Convert String to integer in c#
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here string a = "12"; string b = "12"; int d = Int32.Parse(a); int e = Int32.Parse(b); int c = d*e; Console.WriteLine("Count of " +c); } } }
run
|
edit
|
history
|
help
0
test
Math v9.2
Quicksort
extension methods
Addition
QQW
Dan's Dice
Weird behaiour of conditional operator
IComparable extensions: Between
Select, Foreach and Exceptions in C#