![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
which method i can use for converting a string to a number? x10000 thanks |
#3
| |||
| |||
|
|
Hi Alice, We can use an implicit type conversion that may fail at runtime. This means that some string values do not have an obvious analogue as a number or Boolean. Using explicit type conversions, which allow for lossy conversions, makes code more reliable and much less likely to fail at runtime. Hope this helps. Best Regards, Mona [Grapecity] "Alice" <Alice (AT) discussions (DOT) microsoft.com> wrote in message news:AF35175C-22BB-4E1B-A1D1-83DFA0FFD88B (AT) microsoft (DOT) com... which method i can use for converting a string to a number? x10000 thanks |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |