MFUtilsIsObjIDString Method
Indicates if the passed string matches a valid ObjID format.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static bool IsObjIDString(
string objIDString
)
- objIDString String
- A string representation of an ObjID
BooleanTrue if the string has the correct format, false otherwise.