FormatXLToDotNet(String,CultureInfo) 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 System.String, _
ByVal As System.Globalization.CultureInfo _
) As System.String
public static System.string FormatXLToDotNet(
System.string ,
System.Globalization.CultureInfo
)
Parameters
- fmt
- Excel-style format to convert.
- culture
- The System.Globalization.CultureInfo object.
Return Value
A .NET-style format string.
See Also