Show / Hide Table of Contents

Class SpdxDocumentConverters

Inheritance
System.Object
SpdxDocumentConverters
Namespace: CycloneDX.Spdx.Interop
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class SpdxDocumentConverters : object

Methods

| Improve this Doc View Source

ToCycloneDX(SpdxDocument)

Declaration
public static Bom ToCycloneDX(this SpdxDocument doc)
Parameters
Type Name Description
SpdxDocument doc
Returns
Type Description
Bom
| Improve this Doc View Source

ToSpdx(Bom)

Declaration
public static SpdxDocument ToSpdx(this Bom bom)
Parameters
Type Name Description
Bom bom
Returns
Type Description
SpdxDocument
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX