Extended Systems OneBridge 4.1 Guide de l'utilisateur Page 150

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 222
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 149
uHexEncode
136 Sybase IQ ETL 4.1
uHexEncode
Description Encodes every character of a string into its hexadecimal notation
Syntax string uHexEncode(input)
Parameters
string input
The string to encode.
Examples To convert a string to hex values:
uHexEncode("170") // returns "3313730"
uHexEncode(170) // returns "3313730"
uToUnicode
Description Converts a string into Unicode.
Syntax string uToUnicode (input , [codepage]
Parameters
string input
The input string.
uURIDecode
Description Returns a decoded string replacing the escape sequences with their original
values.
Syntax string uURIDecode(uri)
Parameters
string uri
The URI to decode.
Examples To decode a URI:
uURIDecode("www.sybase.com/filename%20with%20spaces.tx
t") // returns "www.sybase.com/filename with
spaces.txt"
Vue de la page 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 221 222

Commentaires sur ces manuels

Pas de commentaire