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)
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 GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++