Share via


Guard.GuidNotEmpty(Guid, String) Method

Definition

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.

Applies to