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
guidstringThe string to be validated.
Returns
ValidateObjectId(string?)
Validates the correctness of a FoundationaLLM object identifier.
public static bool ValidateObjectId(string? objectId)
  Parameters
objectIdstringThe FoundationaLLM object identifier to be validated.