GetExcelFormatAndValue Method
In This Topic
Convert AR OutputFormat and Value to Excel NumberFormat and Value.
Syntax
'Declaration
Public Shared Sub GetExcelFormatAndValue( _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Object, _
ByVal As String, _
ByRef As String, _
ByRef As Object _
)
public static void GetExcelFormatAndValue(
string ,
int ,
int ,
object ,
string ,
out string ,
out object
)
Parameters
- outputFormat
- AR OutputFormat
- cultureId
- The culture id used in format
- currencyCultureId
- The currency culture id used in format
- value
- AR Value
- outputText
- AR formated text
- excelFormat
- Output converted Excel NumberFormat string
- excelValue
- Output converted Excel Value
See Also