API Reference > OdBcf Namespace > OdBcf::Utils Namespace > Functions > OdBcf::Utils::boolToString Function
OdBcf::Utils::boolToString Function
Syntax
C++
const OdString& boolToString(bool value);

BcfUtils.h

Parameters 
Description 
bool value 
[in] A boolean value to be converted.  

The string "true" if the specified boolean equals true; otherwise, the method returns the string "false".

Converts a boolean value to a string.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.