Extended Systems OneBridge 4.1 Guía de usuario Pagina 150

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 222
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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"
Vista de pagina 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 221 222

Comentarios a estos manuales

Sin comentarios