itohs |
Top Previous Next |
Scripts > Class elements and c++ instructions > String manipulation > itohs
Prototype
str itohs(int xi)
Description
Converts an integer into an str, which consists of hexadecimal characters.
Return value
itohs returns a string as result of the conversion
Example:
The result of itohs( 1000 ) is the string: "3e8". |
This page belongs to the TextTransformer Documentation |
Home Content German |