EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

str.hex...

Converting an unsigned integer in the hexadecimal form. Lower characters.

method str str.hexl (
   uint val
)

Parameters

val The unsigned integer value to be converted into the string.

Return value

Returns the object which method has been called.


str.hexu

Converting an unsigned integer in the hexadecimal form. ( upper characters ).

method str str.hexu (
   uint val
)

Parameters

val The unsigned integer value to be converted into the string.

Return value

Returns the object which method has been called.


hex2strl

Converting an unsigned integer in the hexadecimal form. ( lower characters ).

func str hex2strl<result> (
   uint val
)

Parameters

val The unsigned integer value to be converted into the string.

Return value

The new result string.


hex2stru

Converting an unsigned integer in the hexadecimal form. ( upper characters ).

func str hex2stru<result> (
   uint val
)

Parameters

val The unsigned integer value to be converted into the string.

Return value

The new result string.

Related links

Source

Edit