FormControl.formatStr(Int32, Boolean, Int32, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::String ^ formatStr(int rowNumber, bool display, int maxWidth, bool forceSignWhenDisplaceNegative, bool formatForExport);
public virtual string formatStr (int rowNumber, bool display, int maxWidth, bool forceSignWhenDisplaceNegative, bool formatForExport);
abstract member formatStr : int * bool * int * bool * bool -> string
override this.formatStr : int * bool * int * bool * bool -> string
Public Overridable Function formatStr (rowNumber As Integer, display As Boolean, maxWidth As Integer, forceSignWhenDisplaceNegative As Boolean, formatForExport As Boolean) As String
Parameters
- rowNumber
- Int32
- display
- Boolean
- maxWidth
- Int32
- forceSignWhenDisplaceNegative
- Boolean
- formatForExport
- Boolean