Converts a .NET-style format string into an Excel format string.
'Declaration
Public Overloads Shared Function FormatDotNetToXL( _
ByVal As System.String, _
ByVal As System.Globalization.CultureInfo _
) As System.String
public static System.string FormatDotNetToXL(
System.string ,
System.Globalization.CultureInfo
)
Parameters
- fmt
- .NET-style format to convert.
- culture
- The System.Globalization.CultureInfo object.
Return Value
An Excel-style format string.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2