* Returns the object string as an integer. * * @deprecated * * @return int The integer te string represents */
| 717 | * @return int The integer te string represents |
| 718 | */ |
| 719 | int IString::ToInteger() const { |
| 720 | return ToInteger(*this); |
| 721 | } |
| 722 | |
| 723 | /** |
| 724 | * Returns the integer representation of the input string |