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: 21.8.10524.1
Syntaxpublic static bool IsObjVerString(
string objVerString
)
Public Shared Function IsObjVerString (
objVerString As String
) As Boolean
public:
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