MFIdentifierIsObjVerString Method

Indicates if the passed string matches a valid ObjVer format.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static bool IsObjVerString(
	string objVerString
)

Parameters

objVerString  String
A string representation of an ObjVer.

Return Value

Boolean
True if the string has the correct format, false otherwise.

See Also