Overload | Description |
---|---|
RdlString Constructor(String,Boolean) | Initializes a new instance of the RdlString class. This overload explicitly specifies whether the string is a constant or an expression. |
RdlString Constructor(String) | Initializes a new instance of the RdlString class. This overload parses the string to find out whether it is a constant or an expression. |