ExcelCultureManagerRegisterCurrencyFormat Method |
Add a .Net culture that will require culture-specific styles.
Currently culture-specific styles are generated for currency and date/time values only.
Namespace:
NetQuarry.Data.Export
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string RegisterCurrencyFormat(
string dotNetFormat,
string culture
)
Public Function RegisterCurrencyFormat (
dotNetFormat As String,
culture As String
) As String
Parameters
- dotNetFormat
- Type: SystemString
The .Net format, if any, for the value. - culture
- Type: SystemString
The culture to add (if not already added).
Return Value
Type:
StringThe name of the style to use.
See Also