PageInfoExtractModule Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ExtractModule(
string mop
)
Public Shared Function ExtractModule (
mop As String
) As String
Parameters
- mop
- Type: SystemString
The MOP from which to extract the Module.
Return Value
Type:
StringThe extracted Module, or an empty string if mop is not well-formed.
See Also