S
Shaw
I try to convert a String obj to int and decimal number
by using ToInt32 and ToDecimal methods. But, compiler
keeps saying "The name 'ToInt32' does not exist in the
class or namespace".
I think, I don't include the right namespace in
the "using" statement, such as "using
System.Collections;". I have hard time to find right
namespace which the ToInt32 and ToDecimal bellow to.
How can I find right namespace quickly? Anyone has idea?
Thanks.
Shaw
by using ToInt32 and ToDecimal methods. But, compiler
keeps saying "The name 'ToInt32' does not exist in the
class or namespace".
I think, I don't include the right namespace in
the "using" statement, such as "using
System.Collections;". I have hard time to find right
namespace which the ToInt32 and ToDecimal bellow to.
How can I find right namespace quickly? Anyone has idea?
Thanks.
Shaw