Overload List
Name | Description | |
---|---|---|
ExtractFromEnd(ExtractionCursor, List String , String) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, ActionType) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, Boolean) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, String) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, ActionType) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, Boolean) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, String) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, the defaultValue will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, ActionType, Boolean) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, String, Boolean) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, ActionType, Boolean) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, String, Boolean) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, the defaultValue will be returned.
|
See Also