MFIdentifierIsObjVerString Method
Indicates if the passed string matches a valid ObjVer format.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static bool IsObjVerString(
string objVerString
)
- objVerString String
- A string representation of an ObjVer.
BooleanTrue if the string has the correct format, false otherwise.