Click or drag to resize

GuardIsNotEmpty Method

[This is preliminary documentation and is subject to change.]

Checks if guid is not an empty guid

Namespace:  CSInfrastructure.CodeContracts
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static Guid IsNotEmpty(
	Guid guid,
	string paramName
)

Parameters

guid
Type: SystemGuid
The guid to check
paramName
Type: SystemString
The name of the parameter being checked

Return Value

Type: Guid
The guid being checked
Exceptions
ExceptionCondition
ArgumentExceptionThrown when guid is an empty guid
See Also