mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
format() bool support
This commit is contained in:
@@ -82,6 +82,7 @@ std::string Foundation_API format(const std::string& fmt, const Any& value);
|
||||
///
|
||||
/// Following are valid type specifications and their meaning:
|
||||
///
|
||||
/// * b boolean (true = 1, false = 0)
|
||||
/// * c character
|
||||
/// * d signed decimal integer
|
||||
/// * i signed decimal integer
|
||||
|
Reference in New Issue
Block a user