[]
Convert AR OutputFormat and Value to Excel NumberFormat and Value.
public static void GetExcelFormatAndValue(string outputFormat, int cultureId, int currencyCultureId, object value, string outputText, out string excelFormat, out object excelValue)
| Type | Name | Description |
|---|---|---|
| string | outputFormat | AR OutputFormat |
| int | cultureId | The culture id used in format |
| int | currencyCultureId | The currency culture id used in format |
| object | value | AR Value |
| string | outputText | AR formatted text |
| string | excelFormat | Output converted Excel NumberFormat string |
| object | excelValue | Output converted Excel Value |