'宣言 Public Function ValueToString( _ ByVal value As System.Object _ ) As System.String
'使用法 Dim instance As FlexReport Dim value As System.Object Dim value As System.String value = instance.ValueToString(value)
public System.string ValueToString( System.object value )
パラメータ
- value