[]
Returns the formula text for this node, optionally specifying context.
public override string ToString()
Public Overrides Function ToString() As String
| Type | Description |
|---|---|
| string |
Returns the formula text for this node, optionally specifying context.
public virtual string ToString(UnParseContext context)
Public Overridable Function ToString(context As UnParseContext) As String
| Type | Name | Description |
|---|---|---|
| UnParseContext | context | Options for converting FormulaSyntaxTree to string. |
| Type | Description |
|---|---|
| string |