Show / Hide Table of Contents

Class CertificationLevelExtensions

Inheritance
System.Object
CertificationLevelExtensions
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
public static class CertificationLevelExtensions : object

Methods

| Improve this Doc View Source

CertificationLevelFromString(String)

Declaration
public static CertificationLevel CertificationLevelFromString(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
CertificationLevel
| Improve this Doc View Source

CertificationLevelToString(CertificationLevel)

Declaration
public static string CertificationLevelToString(CertificationLevel level)
Parameters
Type Name Description
CertificationLevel level
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX