text_to_alphanum


Description:


[ Version ( replacement = "Text.to_alphanum" ) ]
public string text_to_alphanum (string text)

The "encoding" consists in replacing non alphanumeric character with the string "__gdaXX" where XX is the hex.

representation of the non alphanumeric char.

Parameters:

text

the text to convert

Returns:

a new string


Namespace: Gda
Package: libgda-6.0