Conversion Functions

GB.Conv Converts a Gambas value.
GB.NumberFromString Converts a string into a number.
GB.NumberToString Converts a number into a string.
GB.ConvString Converts a string from one charset to another charset.

Overview

These functions give you access to the Gambas conversion functions.

You should use GB.NumberFromString and GB.NumberToString instead of C / C++ library functions if you want your component to be coherent with the Gambas syntax.