Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / StringExpression Class / StringValue Property


In This Topic
StringValue Property (StringExpression)
In This Topic
Gets the string value as a string.
Syntax
'Declaration
 
Public ReadOnly Property StringValue As String
 
'Usage
 
Dim instance As StringExpression
Dim value As String
 
value = instance.StringValue
See Also