Message-ID: <1953620796.9521.1711693056637.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9520_1118898104.1711693056637" ------=_Part_9520_1118898104.1711693056637 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html FunctionValue.FunctionValue(String)

FunctionValue.FunctionValue(String)

Description

Creates a new=20 FunctionValue object setting the= =20 Value property to the String passed = in to the constructor and setting the=20 Type property to=20 FunctionValueType.STRING.=20
C#
=20
public FunctionValue(string text)
=20
=20
vb.net
=20
Public Sub New FunctionValue(text As String)=20
=20

Examples

=20
C#
=20
FunctionValue myValue =3D new FunctionValue("String value&q=
uot;);
=20
vb.net
=20
Dim myValue As New FunctionValue("String value")
=20
------=_Part_9520_1118898104.1711693056637--