Show / Hide Table of Contents

Class CertificationLevelExtensions

Inheritance
object
CertificationLevelExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
public static class CertificationLevelExtensions

Methods

| Edit this page View Source

CertificationLevelFromString(string)

Declaration
public static CertificationLevel CertificationLevelFromString(string value)
Parameters
Type Name Description
string value
Returns
Type Description
CertificationLevel
| Edit this page View Source

CertificationLevelToString(CertificationLevel)

Declaration
public static string CertificationLevelToString(CertificationLevel level)
Parameters
Type Name Description
CertificationLevel level
Returns
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX