Excel for WinRT
FormatDotNetToXL(String,CultureInfo) Method


.NET-style format to convert.
The System.Globalization.CultureInfo object.
Converts a .NET-style format string into an Excel format string.
Syntax
'Declaration
 
Public Overloads Shared Function FormatDotNetToXL( _
   ByVal fmt As System.String, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
'Usage
 
Dim fmt As System.String
Dim culture As System.Globalization.CultureInfo
Dim value As System.String
 
value = XLStyle.FormatDotNetToXL(fmt, culture)
public static System.string FormatDotNetToXL( 
   System.string fmt,
   System.Globalization.CultureInfo culture
)

Parameters

fmt
.NET-style format to convert.
culture
The System.Globalization.CultureInfo object.

Return Value

An Excel-style format string.
See Also

Reference

XLStyle Class
XLStyle Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback