Subversion Repositories spk

Rev

Rev 86 | Rev 101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86 Rev 94
Line 42... Line 42...
42
	static String PadNumber(long iNum, int iAmount);
42
	static String PadNumber(long iNum, int iAmount);
43
	static String Number(long l) { return String(l); }
43
	static String Number(long l) { return String(l); }
44
	static String Format(const char *sFormat, ...);
44
	static String Format(const char *sFormat, ...);
45
	static String Null();
45
	static String Null();
46
 
46
 
-
 
47
	bool toBool() const;
47
	long toLong() const;
48
	long toLong() const;
48
	double toDouble() const;
49
	double toDouble() const;
49
	float toFloat() const;
50
	float toFloat() const;
50
 
51
 
51
	// casting operators
52
	// casting operators