MFIdentifierFormatConstants Class

Format and regex strings used by MFIdentifier.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static class MFIdentifierFormatConstants
Inheritance
Object    MFIdentifierFormatConstants

Fields

ObjIDFormat Format string for ObjID, "(0-1)"
ObjIDRegEx Regex matcher for ObjID. Supports negative pseudo-id values.
ObjVerFormat Format string for ObjVer, "(0-1-2)"
ObjVerRegEx Regex matcher for ObjVer.

See Also