https://github.com/phi-ag/ifc-guid-dotnet
Convert IFC GUID
https://github.com/phi-ag/ifc-guid-dotnet
Last synced: 10 months ago
JSON representation
Convert IFC GUID
- Host: GitHub
- URL: https://github.com/phi-ag/ifc-guid-dotnet
- Owner: phi-ag
- License: mit
- Created: 2025-08-10T07:40:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T10:11:28.000Z (10 months ago)
- Last Synced: 2025-08-10T10:23:32.976Z (10 months ago)
- Language: C#
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# IfcGuid
[](https://www.nuget.org/packages/IfcGuid)
[](https://www.nuget.org/packages/IfcGuid)
[](https://app.codecov.io/github/phi-ag/ifc-guid-dotnet)
Convert [IFC GUID](https://technical.buildingsmart.org/resources/ifcimplementationguidance/ifc-guid/)
## Usage
dotnet add package IfcGuid
### Example
```cs
using static IfcGuid;
ToIfcGuid(new Guid("1f41ae2a-fae2-482c-99a9-11070ec1df8f"));
// => 0VGQug_k98B9cf4GSEmT_F
FromIfcGuid("01bhO9fsz_RxNh9a_y9jls");
// => 0196b609-a76f-7e6f-b5eb-264fbc26dbf6
```