Table of Contents

Class GuidExtensions

Namespace
Plugin.BaseTypeExtensions
Assembly
Plugin.BaseTypeExtensions.dll

Provides extension methods for Guid manipulation.

public static class GuidExtensions
Inheritance
GuidExtensions
Inherited Members

Methods

GetMinusOne(Guid)

Returns a new Guid that is the previous sequential value before the input.

public static Guid GetMinusOne(this Guid input)

Parameters

input Guid

The input Guid.

Returns

Guid

The previous Guid value.

GetPlusOne(Guid)

Returns a new Guid that is the next sequential value after the input.

public static Guid GetPlusOne(this Guid input)

Parameters

input Guid

The input Guid.

Returns

Guid

The next Guid value.