File: uintstr.html

package info (click to toggle)
strutilsxx 0.7.2-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,796 kB
  • ctags: 65
  • sloc: sh: 7,964; cpp: 367; makefile: 79
file content (26 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
   <TITLE>string uintstr</TITLE>
   <META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">

<H2>string <A HREF="#DOC.DOCU">uintstr</A></H2><H2>(const unsigned long iValue,  const int iRadix=10,<BR>&nbsp; const int iLen=1)</H2><BLOCKQUOTE>Convert unsigned interger to string.</BLOCKQUOTE>

<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Convert unsigned interger to string.
This function converts the unsigned integer <b>iValue</b> to a string
and returns it. Optionally you can specify a different numeric base than
10 with the parameter <b>iRadix</b> and you can use the <b>iLen</b>
Parameter to specify the length of the resulting string (filled with
zeroes). For example: If you convert the value <i>254</i> with base
<i>16</i> and length <i>4</i> you get a string value of <i>00fe</i>.</BLOCKQUOTE>
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>