cesium-native
0.41.0
|
Converts from a boolean to a string. More...
#include <CesiumGltf/MetadataConversions.h>
Static Public Member Functions | |
static std::optional< std::string > | convert (bool from) |
Converts a boolean to a std::string. Returns "true" for true and "false" for false. More... | |
Converts from a boolean to a string.
Definition at line 578 of file MetadataConversions.h.
|
inlinestatic |
Converts a boolean to a std::string. Returns "true" for true and "false" for false.
from | The boolean to be converted. |
Definition at line 585 of file MetadataConversions.h.