ReportExpression<T>.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the current ReportExpression<T> object to a string.
Overloads
ToString() |
Converts the current ReportExpression<T> object to a string. |
ToString(String, IFormatProvider) |
Converts the current ReportExpression<T> object to a string. |
ToString()
Converts the current ReportExpression<T> object to a string.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A string
value of the ReportExpression<T> object.
Applies to
ToString(String, IFormatProvider)
Converts the current ReportExpression<T> object to a string.
public:
virtual System::String ^ ToString(System::String ^ format, IFormatProvider ^ provider);
public string ToString (string format, IFormatProvider provider);
override this.ToString : string * IFormatProvider -> string
Public Function ToString (format As String, provider As IFormatProvider) As String
Parameters
- format
- String
The formatting string.
- provider
- IFormatProvider
Provides parsing information for the format
parameter.
Returns
A string
value of the ReportExpression<T> object.