Skip to main content

Definition

Assembly: System.Runtime.dll Namespace: System

Syntax

System.Nullable<System.Guid>

Summary

This type is defined in System.Runtime.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

IsNullOrEmpty Extension

Extension method from System.EasyAF_GuidExtensions
A sweet little extension to check if a Nullable Guid has a real value or not.

Syntax

public static bool IsNullOrEmpty(System.Nullable<System.Guid> instance)

Parameters

NameTypeDescription
instanceSystem.Nullable<System.Guid>-

Returns

Type: bool A Boolean indicating whether or not the Guid is null or empty.