Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdBcf::Utils::boolToString Function
Syntax
C++
const OdString& boolToString(bool value);

Converts a boolean value to a string.

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

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

File: BcfUtils.h 

Namespace: OdBcf::Utils 

Copyright © 2002-2022. Open Design Alliance All rights reserved.