MFUtilsIsObjVerString Method |
Indicates if the passed string matches a valid ObjVer format.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
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