Here is the couple lines of code i'm working on Converting into C#..I'v referenced the CStr but cant find any Methods for it in C# that i notice..
' looking to convert the CStr,CDbl...I know the Dbl = Double & Str = String but converting is what i need help with..VB Code:
ClientList.Items.Add(CStr(x)) Label4.Text = CStr(CDbl(Label4.Text) + 1)
Thxs in Advanced for the help..![]()





Reply With Quote