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)
Parameter | Type | Description |
---|---|---|
bv | bool | boolean value |
ReturnValue
By default returns “TRUE” for true value and “FALSE” for false value.
See Also
- Class U16String
- Class Vector
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++