FormatStringTop
string FormatString
Get or set format of currency. More info of the format
Default value : "%i"
Show/Hide Code
<?php $col = new GridCurrencyColumn(); $col->Locale = "en_US"; $col->FormatString = "%i"; // Display: USD 133 ?>
Supported from version: 1.0.0.0
LocaleTop
string Locale
Get or set the locale for currency.
Default value : "en_US"