MindFusion.Wpf Pack Programmer's Guide
IExpressionEvaluatorContext.ToString Method
See Also
 





Attempts to convert the specified value to a string.

Namespace: MindFusion.Spreadsheet.Wpf.Expressions
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

string ToString (
    Object value
)

Visual Basic  Copy Code

Function ToString( _
    value As Object _
) As String

 Parameters

value

The value to convert.

 Return Value

A string value corresponding to the specified value, or null (Nothing in Visual Basic), if value cannot be represented as string.

 Remarks

This method is usually used when trying to interpret a parameter passed to a custom function.

 See Also

IExpressionEvaluatorContext Members
IExpressionEvaluatorContext Interface
MindFusion.Spreadsheet.Wpf.Expressions Namespace