data conversions ...

Probably the wrong place to ask, but I'm a bit desperate

Anyone know how to perform the following in VB6.0?

i. Convert a decimal string into an integer.
ii. Convert a hexadecimal string into an integer.


I couldn't find a built-in function, and I don't want to reinvent the wheel. I'm not extremely familiar with VB6.0.


Thanks to anyone
 
Quote from pattersb:

Probably the wrong place to ask, but I'm a bit desperate

Anyone know how to perform the following in VB6.0?

i. Convert a decimal string into an integer.
ii. Convert a hexadecimal string into an integer.


I couldn't find a built-in function, and I don't want to reinvent the wheel. I'm not extremely familiar with VB6.0.


Thanks to anyone

Theres a parser in the library
 
Back
Top