RdlInt Constructor(String)
In This Topic
Initializes a new instance of the
RdlInt class. The string is parsed to determine whether it represents a constant or an expression.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
Parameters
- s
- If starts with a '=' then it is interpreted as an expression, otherwise it is converted to an integer.
See Also