Aspose::Cells::GlobalizationSettings::GetBooleanValueString method

GlobalizationSettings::GetBooleanValueString method

Gets the display string value for cell’s boolean value.

virtual U16String Aspose::Cells::GlobalizationSettings::GetBooleanValueString(bool bv)
ParameterTypeDescription
bvboolboolean value

ReturnValue

By default returns “TRUE” for true value and “FALSE” for false value.

See Also