MobileForms Toolkit Documentation

TextCell.FormatString Property

Gets or sets the format string used to convert data to text to display.

public virtual string FormatString {get; set;}

Property Value

The format string used to convert data to text to display.

Remarks

The provided string is used as an argument to String.Format function, to convert data provided as a second argument. The data are represented by {0} in the format string.

See Also

TextCell Class | Resco.Controls.AdvancedComboBox Namespace | Format