Click or drag to resize

PageInfoExtractPage Method

Extract the Page Name from a MOP (module!page).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ExtractPage(
	string mop
)

Parameters

mop
Type: SystemString
The MOP from which to extract the Page.

Return Value

Type: String
The extracted Page, or an empty string if mop is not well-formed.
See Also