Guard.GuidNotEmpty(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks to ensure that the GUID is not empty.
public:
static void GuidNotEmpty(Guid argumentValue, System::String ^ argumentName);
public static void GuidNotEmpty (Guid argumentValue, string argumentName);
static member GuidNotEmpty : Guid * string -> unit
Public Shared Sub GuidNotEmpty (argumentValue As Guid, argumentName As String)
Parameters
- argumentValue
- Guid
Specifies the argument value.
- argumentName
- String
Specifies the name of the argument.