Home > api > cat > conv 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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.