FormatXLToDotNet(String) Method
In This Topic
Converts an Excel-style format string into a .NET-style format string.
Syntax
'Declaration
Public Overloads Shared Function FormatXLToDotNet( _
ByVal As String _
) As String
public static string FormatXLToDotNet(
string
)
Parameters
- fmt
- Excel-style format to convert.
Return Value
A .NET-style format string.
See Also