Class SpdxDocumentConverters
Inherited Members
Namespace: CycloneDX.Spdx.Interop
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class SpdxDocumentConverters
Methods
| Edit this page View SourceToCycloneDX(SpdxDocument)
Declaration
public static Bom ToCycloneDX(this SpdxDocument doc)
Parameters
| Type | Name | Description |
|---|---|---|
| SpdxDocument | doc |
Returns
| Type | Description |
|---|---|
| Bom |
ToSpdx(Bom)
Declaration
public static SpdxDocument ToSpdx(this Bom bom)
Parameters
| Type | Name | Description |
|---|---|---|
| Bom | bom |
Returns
| Type | Description |
|---|---|
| SpdxDocument |