Looks up a localized string similar to Defines the format used by the Double objects in the grid. It's possible to select between a pre-defined list of formats. If you want to specify a custom format manually type it into the field. Format should be in the correct format (e.g. "{0:0.00}" will print "123.46"). .
Namespace: Ico.Awx.ResourcesAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public static string DoubleFormatDescription { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property DoubleFormatDescription As String
Get |
| JScript |
|---|
static function get DoubleFormatDescription () : String
|
See Also