Excel for WinRT
FormatXLToDotNet(String) Method


Excel-style format to convert.
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
'Usage
 
Dim fmt As System.String
Dim value As System.String
 
value = XLStyle.FormatXLToDotNet(fmt)
public static System.string FormatXLToDotNet( 
   System.string fmt
)

Parameters

fmt
Excel-style format to convert.

Return Value

A .NET-style format string.
See Also

Reference

XLStyle Class
XLStyle Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback