Hi,
I am fixing a bug where I have to typecast a boolean value to a stringBuilder type.But,I am not able to typecast.
The following line is the piece of code.
StringBuilder validData = (StringBuilder)ValidateCreditDetailsInfo.Invoke(reflectUserControl, null);
Here "ValidateCreditDetailsInfo.Invoke(reflectUserControl, null)" will return a boolean and How that can be converted to StringBuilder type.
Thanks Inadvance.
M.Srikrishna Murthy