FlexReport for WinForms
ToString(DateTime,CultureInfo) メソッド


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils.Conversions クラス > ToString メソッド : ToString(DateTime,CultureInfo) メソッド
The System.DateTime to be converted.
System.Globalization.CultureInfo used for conversion.
Based on Microsoft.VisualBasic.CompilerServices.ToString(DataTime)
シンタックス
'宣言
 
Public Overloads Shared Function ToString( _
   ByVal Value As System.Date, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
'使用法
 
Dim Value As System.Date
Dim culture As System.Globalization.CultureInfo
Dim value As System.String
 
value = Utils.Conversions.ToString(Value, culture)
public static System.string ToString( 
   System.DateTime Value,
   System.Globalization.CultureInfo culture
)

パラメータ

Value
The System.DateTime to be converted.
culture
System.Globalization.CultureInfo used for conversion.

戻り値の型

The string represents System.DateTime converted using a specific culture.
参照

参照

Utils.Conversions クラス
Utils.Conversions メンバ
オーバーロード一覧