C1.C1Rdl Namespace : RdlString Class |
The following tables list the members exposed by RdlString.
Name | Description | |
---|---|---|
RdlString Constructor | Overloaded. |
Name | Description | |
---|---|---|
Expression | Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp) | |
IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp) | |
Value | Gets the constant value represented by the current object. Throws an exception if the current object contains an expression. |
Name | Description | |
---|---|---|
Equals | Compares the current object with another object. This method performs comparison by value. | |
GetHashCode | Gets the hash code for the current object, based on value. | |
IsNullOrEmpty | Indicates wthether the specified RdlString instance is null or empty. | |
ToString | Converts the current object to a string. | |
TryParse | Parses a string into properties of the RdlString class. |
Equality | Tests whether two RdlString objects are equal. |
Implicit Type Conversion | Overloaded. Converts an RdlString to a string. |
Inequality | Tests whether two RdlString objects are not equal. |