<Code Lib>
2025 Method
Changes 0
M

SchemaBuilder.GUIDIsValid

Description:
Checks whether the supplied GUID value is valid.

public static bool GUIDIsValid(
	Guid guid
)

  • guid
    The GUID to check
Return Value Boolean True if the GUID is valid

Loading…