Aspose::Cells::SettableGlobalizationSettings::GetBooleanValueString method

SettableGlobalizationSettings::GetBooleanValueString method

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

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

ReturnValue

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

See Also