Added ToBool()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@409 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-07-05 09:21:16 +00:00
parent 653fe468f0
commit 30e98ba2bb
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@ public:
static CString ToPercent(double d);
static CString ToKBytes(double d);
bool ToBool() const;
short ToShort() const;
unsigned short ToUShort() const;
int ToInt() const;