Selerix Developer Tools
ToString Method (ReportParameter)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameter Class : ToString Method
Returns a string that represents the current object.Returns a System.String that represents this instance.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As ReportParameter
Dim value As String
 
value = instance.ToString()
public override string ToString()
public function ToString(): String; override; 
public override function ToString() : String;
public: string* ToString(); override 
public:
String^ ToString(); override 

Return Value

A string that represents the current object.A System.String that represents this instance.
See Also

Reference

ReportParameter Class
ReportParameter Members
Base Implementation in ToString