Format exception was unhandled by user code ; why getting th
Why am I getting "Format exception was unhandled by user code" : for the below statement :
int _testMemberId = Convert.ToInt32("xyz");
please can anyone help me quickly to find my mistake.
Thanks in advance.