MFIdentifierIsObjVerString Method |
Indicates if the passed string matches a valid ObjVer format.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static bool IsObjVerString(
string objVerString
)
Parameters
- objVerString
- Type: SystemString
A string representation of an ObjVer.
Return Value
Type:
BooleanTrue if the string has the correct format, false otherwise.
See Also