wwWebDataGridColumn::Format
A FoxPro Format expression applied to the value that is displayed.
This can be a FoxPro Format expression like @! or @YL or a function call.
You can also use functions or methods for formatting by prefacing the name of a function/method with an = sign. However, the function MUST accept at least a single parameter (the value of the Expression) and return a string result.
Examples:
-
* =UPPER
* =TTOC
* =TimeToC
* =this.Page.FormatDate
Note that if you use expressions it's often easier to simply create an Expression instead and simply pass the expression.
o.Format
