Share

textString Method

Overload List

Method Description
AcDbTable::textString (int, int, AcValue::FormatOption, AcString&) Gets the formatted text string of the content at the specified content index.This function gets the value of the object as a string in a specific format. It uses the format string stored in the object to format the string. nOption specifies optional flags to control the formatting. The flags are described below:
  • kFormatOptionNone: Does default formatting. The formatted string can be used for display.
  • kForEditing: Formats the value in such a way that it can be used in editing. It formats the value using maximum precision even if the format set in the value has an... more
AcDbTable::textString (int, int) This function returns a copy of the null-terminated text string in the specified cell.
AcDbTable::textString (int, int, int, AcValue::FormatOption, AcString&) Gets the formatted text string of the content at the specified content index.This function gets the value of the object as a string in a specific format. It uses the format string stored in the object to format the string. nOption specifies optional flags to control the formatting. The flags are described below:
  • kFormatOptionNone: Does default formatting. The formatted string can be used for display.
  • kForEditing: Formats the value in such a way that it can be used in editing. It formats the value using maximum precision even if the format set in the value has an... more
AcDbTable::textString (int, int, int) Gets the formatted text string of the content at the specified content index.Returns text of the content.

Was this information helpful?