Excel for WPF and Silverlight
FormatDotNetToXL(String) Method

C1.WPF.Excel Namespace > XLStyle Class > FormatDotNetToXL Method : FormatDotNetToXL(String) Method
.NET-style format to convert.
Converts a .NET-style format string into an Excel format string.
Syntax
'Declaration
 
Public Overloads Shared Function FormatDotNetToXL( _
   ByVal fmt As System.String _
) As System.String
public static System.string FormatDotNetToXL( 
   System.string fmt
)

Parameters

fmt
.NET-style format to convert.

Return Value

An Excel-style format string.
See Also

Reference

XLStyle Class
XLStyle Members
Overload List