Alterian Email Manager 6.2.3 SDK Help File
Virtual method to Parse content
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic virtual IList<string> Parse(
string content
)
Public Overridable Function Parse (
content As String
) As IList(Of String)
public:
virtual IList<String^>^ Parse(
String^ content
)
abstract Parse :
content : string -> IList<string>
override Parse :
content : string -> IList<string>
Parameters
- content
- Type: SystemString
Return Value
Type:
IListStringList of matches found while parsing
See Also