[]
Converts an Excel-style format string into a .NET-style format string.
public static string FormatXLToDotNet(string fmt)
Type | Name | Description |
---|---|---|
string | fmt | Excel-style format to convert. |
Type | Description |
---|---|
string | A .NET-style format string. |
Converts an Excel-style format string into a .NET-style format string.
public static string FormatXLToDotNet(string fmt, CultureInfo culture)
Type | Name | Description |
---|---|---|
string | fmt | Excel-style format to convert. |
CultureInfo | culture | The CultureInfo object. |
Type | Description |
---|---|
string | A .NET-style format string. |