Configurates
C1.Web.Mvc.ColumnBase.Format. Sets the format string used to convert raw values into display values for this column (see Globalize).
Syntax
'Declaration
Public Function Format( _
ByVal As String _
) As TBuilder
public TBuilder Format(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also