Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Conversation

andvseti
Copy link

Description:

This pull request adds a new function binaryToGuidString that converts a binary GUID to a string representation.
The function uses the correct GUID format with hyphens (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
It also checks the length of the GUID buffer and throws an error if it does not match 16 bytes.
Benefits:

This function simplifies working with GUIDs in code.
It provides a unified representation of GUIDs.
It increases code reliability by handling GUID length errors.

Please review this pull request and leave your feedback.

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant