Gets the string representation of the object to be parsed.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public string ValueAsString { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ValueAsString As String |
A string representing the object.
See Also