MFIdentifierIsObjIDString Method

Indicates if the passed string matches a valid ObjID format.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static bool IsObjIDString(
	string objIDString
)

Parameters

objIDString  String
A string representation of an ObjID

Return Value

Boolean
True if the string has the correct format, false otherwise.

See Also