MFUtilsIsValidGuid Method
Indicates whether the passed string is a valid M-Files formatted GUID.
{00000000-0000-0000-0000-000000000000}
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static bool IsValidGuid(
string guid
)
- guid String
- A guid string.
BooleanTrue if the string has the correct format, false otherwise.