FormatDotNetToXL(String,Type) Method
In This Topic
Converts a .NET-style format string into an Excel format string.
Syntax
'Declaration
Public Overloads Shared Function FormatDotNetToXL( _
ByVal As String, _
ByVal As Type _
) As String
public static string FormatDotNetToXL(
string ,
Type
)
Parameters
- fmt
- .NET-style format to convert.
- dataType
- Data type to be formatted.
Return Value
An Excel-style format string.
See Also