MFIdentifierIsValidGuid Method

Indicates whether the passed string is a valid M-Files formatted GUID. {00000000-0000-0000-0000-000000000000}

Definition

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

Parameters

guid  String
A guid string.

Return Value

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

See Also