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

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public static string FormatXLToDotNet(
	string fmt,
	CultureInfo culture
)
Visual Basic
Public Shared Function FormatXLToDotNet ( _
	fmt As String, _
	culture As CultureInfo _
) As String

Parameters

fmt
Type: System..::..String
Excel-style format to convert.
culture
Type: System.Globalization..::..CultureInfo
The CultureInfo object.

Return Value

A .NET-style format string.

See Also