ComponentOne Studio for WinRT XAML
FormatDotNetToXL(String,CultureInfo) メソッド

変換する .NET 形式の書式。
System.Globalization.CultureInfo オブジェクト。
.NET 形式の書式文字列を Excel 形式の書式文字列に変換します。
構文
'宣言
 
Public Overloads Shared Function FormatDotNetToXL( _
   ByVal fmt As System.String, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
public static System.string FormatDotNetToXL( 
   System.string fmt,
   System.Globalization.CultureInfo culture
)

パラメータ

fmt
変換する .NET 形式の書式。
culture
System.Globalization.CultureInfo オブジェクト。

戻り値の型

Excel 形式の書式文字列。
参照

XLStyle クラス
XLStyle メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.