[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.FormatConverter.GetExcelFormatAndValue

GetExcelFormatAndValue Method

GetExcelFormatAndValue(string, int, int, object, string, out string, out object)

Convert AR OutputFormat and Value to Excel NumberFormat and Value.

Declaration
public static void GetExcelFormatAndValue(string outputFormat, int cultureId, int currencyCultureId, object value, string outputText, out string excelFormat, out object excelValue)
Parameters
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