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


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils.Conversions クラス > ToString メソッド : ToString(Object,CultureInfo) メソッド
The object to be converted.
System.Globalization.CultureInfo used for conversion.
This method created on the base of Microsoft.VisualBasic.CompilerServices.Conversions.ToString() using reflection, because original method does not suppor culture.
シンタックス
'宣言
 
Public Overloads Shared Function ToString( _
   ByVal Value As System.Object, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
'使用法
 
Dim Value As System.Object
Dim culture As System.Globalization.CultureInfo
Dim value As System.String
 
value = Utils.Conversions.ToString(Value, culture)
public static System.string ToString( 
   System.object Value,
   System.Globalization.CultureInfo culture
)

パラメータ

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

戻り値の型

The string represents the converted object.
参照

参照

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