Returns true if the specified string is a properly formed MOP.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsMOP(
string s
)
Public Shared Function IsMOP (
s As String
) As Boolean
Parameters
- s
- Type: SystemString
The string to examine.
Return Value
Type:
BooleanTrue if and only if the string is a properly formed MOP.
See Also