Extended Systems OneBridge 4.1 Uživatelská příručka Strana 150

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 222
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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"
Zobrazit stránku 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 221 222

Komentáře k této Příručce

Žádné komentáře