ObjVerExTryParse Method
Tries to loads an ObjVerEx object based on a ObjID or ObjVer string representation
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static bool TryParse(
Vault vault,
string s,
out ObjVerEx objVerEx
)
- vault Vault
- The vault in which the object exists.
- s String
- The string to be parsed.
- objVerEx ObjVerEx
- Set to the ObjVerEx object if successful.
BooleanTrue if successful