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