[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Parse the string literal consisting of text between double-quotes or single-quotes.
Namespace: net.esper.type
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ParseString ( _
value As String _
) As String |
Visual C++ |
---|
public:
static String^ ParseString (
String^ value
) |
Parameters
- value
- System.String
is the text wthin double or single quotes
Return Value
parsed value