format() bool support

This commit is contained in:
Aleksandar Fabijanic
2008-01-15 02:44:47 +00:00
parent ae607d40e5
commit 4d0817e8f9

View File

@@ -82,6 +82,7 @@ std::string Foundation_API format(const std::string& fmt, const Any& value);
/// ///
/// Following are valid type specifications and their meaning: /// Following are valid type specifications and their meaning:
/// ///
/// * b boolean (true = 1, false = 0)
/// * c character /// * c character
/// * d signed decimal integer /// * d signed decimal integer
/// * i signed decimal integer /// * i signed decimal integer