Home > dev > api > cat > conv 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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.