A
ABC
I have a very large amount VB code convert into C Sharp. I just complete it
use tools. But it still have some codes errors. There are object to
datatype problems. I need to edit many files to convert to as like as
int.parse(obj), bool.parse(obj).....
Is there any good methods force C# can accept objects implicitly convert
type object to the specific type without editing all codes.
use tools. But it still have some codes errors. There are object to
datatype problems. I need to edit many files to convert to as like as
int.parse(obj), bool.parse(obj).....
Is there any good methods force C# can accept objects implicitly convert
type object to the specific type without editing all codes.