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
)
Public Shared Function ExtractPage (
mop As String
) As String
Parameters
- mop
- Type: SystemString
The MOP from which to extract the Page.
Return Value
Type:
StringThe extracted Page, or an empty string if mop is not well-formed.
See Also