Click or drag to resize

PageInfosIsMOP Method

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
)

Parameters

s
Type: SystemString
The string to examine.

Return Value

Type: Boolean
True if and only if the string is a properly formed MOP.
See Also