Skip to content

Commit

Permalink
Editing GitHub Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 18, 2024
1 parent b291e6a commit 74892de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pages/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ <h3>Byte Array Operations</h3>
<pre><code class="language-csharp">// Convert to byte array
public byte[] ToByteArray()
public bool TryWriteBytes(byte[] destination)
public bool TryWriteBytes(Span&lt;byte&gt; destination)

// Convert from byte array
public static UUID FromByteArray(byte[] bytes)
Expand Down

0 comments on commit 74892de

Please sign in to comment.