MFUtilsIsValidGuid Method |
Indicates whether the passed string is a valid M-Files formatted GUID.
{00000000-0000-0000-0000-000000000000}
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static bool IsValidGuid(
string guid
)
Parameters
- guid
- Type: SystemString
A guid string.
Return Value
Type:
BooleanTrue if the string has the correct format, false otherwise.
See Also