function1name(a,b, c,d, Int(ChkPrice.Checked), z)
a,b,c,d,z are strings
whiling calling a function i need to check checkbox is checked or not
so In VB,have used like Int(ChkPrice.Checked) .this ll return 0/1
in C# how to use ?
i tried lik convert.ToInt32(ChkPrice.checked) but error still