RdlString Constructor(String)
In This Topic
Initializes a new instance of the
RdlString class. This overload parses the string to find out whether it is a constant or an expression.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RdlString(
string
)
Parameters
- s
- If this string starts with a '=' then it is interpreted as an expression, otherwise as a constant.
See Also