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 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 |