[]
Converts a .NET-style format string into an Excel format string.
public static string FormatDotNetToXL(string fmt, Type dataType)
Public Shared Function FormatDotNetToXL(fmt As String, dataType As Type) As String
| 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)
Public Shared Function FormatDotNetToXL(fmt As String, dataType As Type, culture As CultureInfo) As String
| 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)
Public Shared Function FormatDotNetToXL(fmt As String) As String
| 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)
Public Shared Function FormatDotNetToXL(fmt As String, culture As CultureInfo) As String
| Type | Name | Description |
|---|---|---|
| string | fmt | .NET-style format to convert. |
| CultureInfo | culture | The CultureInfo object. |
| Type | Description |
|---|---|
| string | An Excel-style format string. |