ParameterValue.ToString(IFormatProvider) Method
Returns a textual representation of the ParameterValue object.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
formatProvider | IFormatProvider | An IFormatProvider interface specifying the culture settings. |
Returns
Type | Description |
---|---|
String | A String that represents the current ParameterValue object. |
Remarks
The ToString method returns a human-readable string that describes the value encapsulated in the ParameterValue object instance. The format of the string depends on the type of the value and on the specified culture settings.
See Also