Parses a string into properties of the RdlString class.
Namespace:
C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static void TryParse( string s, out bool isExpression, out string value ) |
Visual Basic |
---|
Public Shared Sub TryParse ( _ s As String, _ <OutAttribute> ByRef isExpression As Boolean, _ <OutAttribute> ByRef value As String _ ) |
Parameters
- s
- Type: System..::..String
The string to parse.
- isExpression
- Type: System..::..Boolean%
OUT: true if s represents an expression.
- value
- Type: System..::..String%
OUT: the string value.