Creates a new FunctionValue object setting the Value property to the String passed in to the constructor and setting the Type property to FunctionValueType.STRING.

public FunctionValue(string text)
Public Sub New FunctionValue(text As String)
FunctionValue myValue = new FunctionValue("String value");
Dim myValue As New FunctionValue("String value")