Products Applications Downloads Features Wiki forum Store

convertbase()

From Wiki077
Revision as of 14:51, 5 February 2011 by Greg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


float convertbase(float number)

Converts a number from one base to another.

Examples

convertbase("255", 10, 16) = "FF"
convertbase("111", 2, 10) = "7"
convertbase("1F", 16, 10) = "31"
convertbase("10", 16, 2) = "10000"

See Also

format()

Personal tools