MFUtilsIsObjIDString Method |
Indicates if the passed string matches a valid ObjID format.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsObjIDString(
string objIDString
)
Public Shared Function IsObjIDString (
objIDString As String
) As Boolean
public:
static bool IsObjIDString(
String^ objIDString
)
Parameters
- objIDString
- Type: SystemString
A string representation of an ObjID
Return Value
Type:
BooleanTrue if the string has the correct format, false otherwise.
See Also