ExcelCultureManagerGenCurrencyStyle Method |
Generate an Excel currency format style block.
Namespace:
NetQuarry.Data.Export
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GenCurrencyStyle(
string name,
string dotNetFormat,
CultureInfo culture,
CultureInfo userNumberCulture
)
Public Function GenCurrencyStyle (
name As String,
dotNetFormat As String,
culture As CultureInfo,
userNumberCulture As CultureInfo
) As String
Parameters
- name
- Type: SystemString
The name to use for the style. - dotNetFormat
- Type: SystemString
The .Net format to convert. - culture
- Type: System.GlobalizationCultureInfo
The name of the culture for which to generate the style. - userNumberCulture
- Type: System.GlobalizationCultureInfo
The user's numeric culture preference.
Return Value
Type:
StringThe Excel style block.
See Also