Excel for UWP/WinRT
FormatDotNetToXL(String,Type) メソッド

変換する .NET 形式の書式。
書式設定されるデータ型。
.NET 形式の書式文字列を Excel 形式の書式文字列に変換します。
構文
'宣言
 
Public Overloads Shared Function FormatDotNetToXL( _
   ByVal fmt As System.String, _
   ByVal dataType As System.Type _
) As System.String
public static System.string FormatDotNetToXL( 
   System.string fmt,
   System.Type dataType
)

パラメータ

fmt
変換する .NET 形式の書式。
dataType
書式設定されるデータ型。

戻り値の型

Excel 形式の書式文字列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback