Class Index | File Index

Classes


Built-In Namespace Number

Method Summary
Method Attributes Method Name and Description
 
toPaddedString(length, char)
Convert a Number into a String padded at the beginning to the specified length
Method Detail
{String} toPaddedString(length, char)
Convert a Number into a String padded at the beginning to the specified length
Defined in: number.js.
Parameters:
{Number} length Optional, Default: 2
the length to pad the Number to
{String} char Optional, Default: 0
the character to use for padding
Returns:
{String} the Number, padded to the specified length

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Feb 03 2009 04:12:53 GMT+1100 (EST)