FlexReport for WinForms
ValueToString メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : ValueToString メソッド
Converts value to string, returns "NULL" if value is null, otherwise returns string in format: "value.ToString()(value.GetType().FullName)".
シンタックス
'宣言
 
Public Shared Function ValueToString( _
   ByVal value As System.Object _
) As System.String
'使用法
 
Dim value As System.Object
Dim value As System.String
 
value = Utils.ValueToString(value)
public static System.string ValueToString( 
   System.object value
)

パラメータ

value
参照

参照

Utils クラス
Utils メンバ