conversion form String type to int type
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everybody, I am reading XML and using the XMl data for calling some functions in a DLL I have a problem: i am taking one (String *str;) pointer, which is assigned with a value returned from one of the XML function. Now i want to convert this String value into integer value. Can someone tell me that how i can do this?? Thanks in advance, ADARSH
-
Hi everybody, I am reading XML and using the XMl data for calling some functions in a DLL I have a problem: i am taking one (String *str;) pointer, which is assigned with a value returned from one of the XML function. Now i want to convert this String value into integer value. Can someone tell me that how i can do this?? Thanks in advance, ADARSH