MFUtilsIsObjVerString Method

Indicates if the passed string matches a valid ObjVer format.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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