can also do it with float
Code:
                       float a = 0.77f;
			int b =  Convert.ToInt32(100 * a);
			console.WriteLine(b.ToString());