[]
        
(Showing Draft Content)

C1.Excel.XLStyle.FormatXLToDotNet

FormatXLToDotNet Method

FormatXLToDotNet(string)

Converts an Excel-style format string into a .NET-style format string.

Declaration
public static string FormatXLToDotNet(string fmt)
Parameters
Type Name Description
string fmt

Excel-style format to convert.

Returns
Type Description
string

A .NET-style format string.

FormatXLToDotNet(string, CultureInfo)

Converts an Excel-style format string into a .NET-style format string.

Declaration
public static string FormatXLToDotNet(string fmt, CultureInfo culture)
Parameters
Type Name Description
string fmt

Excel-style format to convert.

CultureInfo culture

The CultureInfo object.

Returns
Type Description
string

A .NET-style format string.