Table of Contents

Class ValidationUtils

Namespace
FoundationaLLM.Common.Validation
Assembly
FoundationaLLM.Common.dll

Provides general purpose validation utilities.

public class ValidationUtils
Inheritance
ValidationUtils
Inherited Members
Extension Methods

Methods

ValidateGuid(string?)

Validates the correctness of a string representing a GUID value.

public static bool ValidateGuid(string? guid)

Parameters

guid string

The string to be validated.

Returns

bool

ValidateObjectId(string?)

Validates the correctness of a FoundationaLLM object identifier.

public static bool ValidateObjectId(string? objectId)

Parameters

objectId string

The FoundationaLLM object identifier to be validated.

Returns

bool