MFIdentifierIsObjIDString Method |
Indicates if the passed string matches a valid ObjID format.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
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