[]
Converts a .NET-style format string into an Excel format string.
public static string FormatDotNetToXL(string fmt, Type dataType)
| Type | Name | Description |
|---|---|---|
| string | fmt | .NET-style format to convert. |
| Type | dataType | Data type to be formatted. |
| Type | Description |
|---|---|
| string | An Excel-style format string. |
Converts a .NET-style format string into an Excel format string.
public static string FormatDotNetToXL(string fmt, Type dataType, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| string | fmt | .NET-style format to convert. |
| Type | dataType | Data type to be formatted. |
| CultureInfo | culture | The CultureInfo object. |
| Type | Description |
|---|---|
| string | An Excel-style format string. |
Converts a .NET-style format string into an Excel format string.
public static string FormatDotNetToXL(string fmt)
| Type | Name | Description |
|---|---|---|
| string | fmt | .NET-style format to convert. |
| Type | Description |
|---|---|
| string | An Excel-style format string. |
Converts a .NET-style format string into an Excel format string.
public static string FormatDotNetToXL(string fmt, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| string | fmt | .NET-style format to convert. |
| CultureInfo | culture | The CultureInfo object. |
| Type | Description |
|---|---|
| string | An Excel-style format string. |