FlexReport for WinForms
FormatValue メソッド (ScriptEngine)


C1.Report アセンブリ > C1.Report.ScriptEngine 名前空間 > ScriptEngine クラス : FormatValue メソッド
Returns string representation of specified value. Returns C1.Document.Strings.Null if value is null or System.DBNull.Value. Returns strings like "XXX(YYY)" where XXX - value.ToString(), YYY - value.GetType().FullName.
シンタックス
'宣言
 
Public Shared Function FormatValue( _
   ByVal value As System.Object _
) As System.String
'使用法
 
Dim value As System.Object
Dim value As System.String
 
value = ScriptEngine.FormatValue(value)
public static System.string FormatValue( 
   System.object value
)

パラメータ

value
参照

参照

ScriptEngine クラス
ScriptEngine メンバ