MFUtilsObjIDString Method |
Converts an ObjID into human readable, and code-parseable string.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static string ObjIDString(
ObjID objID
)
Public Shared Function ObjIDString (
objID As ObjID
) As String
public:
static String^ ObjIDString(
ObjID^ objID
)
Parameters
- objID
- Type: ObjID
The source ObjID object.
Return Value
Type:
StringA string representation of the ObjID.
See Also