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
Test3
Delegates
LCM Q 3
Events
5. Generics
Get days from two dates
Singletone Class
Plt-D v.0.9
INTUIT: Laba#2; Данные для графика изменяняющейся функции
Big numbers