Table of Contents

Class GuidExtensions

Namespace
FoundationaLLM.Common.Extensions
Assembly
FoundationaLLM.Common.dll

Extends the Guid interface with helper methods.

public static class GuidExtensions
Inheritance
GuidExtensions
Inherited Members

Methods

ToBase64String(Guid)

Converts a Guid to a base64 string.

public static string ToBase64String(this Guid guid)

Parameters

guid Guid

The GUID value to be converted.

Returns

string