ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / FormatXLToDotNet Method / FormatXLToDotNet(String) Method
Excel-style format to convert.

In This Topic
    FormatXLToDotNet(String) Method
    In This Topic
    Converts an Excel-style format string into a .NET-style format string.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FormatXLToDotNet( _
       ByVal fmt As System.String _
    ) As System.String
    public static System.string FormatXLToDotNet( 
       System.string fmt
    )

    Parameters

    fmt
    Excel-style format to convert.

    Return Value

    A .NET-style format string.
    See Also