Skip to content

Commit

Permalink
Add Stringifier.ToHexString
Browse files Browse the repository at this point in the history
  • Loading branch information
Emik03 committed Jan 9, 2024
1 parent 3c6b2a6 commit 880644e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions wawa.Modules/Documentation/Stringifier.ToHexString(Pointer).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### [Wawa.Modules](Wawa.Modules.md 'Wawa.Modules').[Stringifier](Stringifier.md 'Wawa.Modules.Stringifier')

## Stringifier.ToHexString(Pointer) Method

Converts a [System.Reflection.Pointer](https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Pointer 'System.Reflection.Pointer') to a [System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String').

```csharp
public static string ToHexString(System.Reflection.Pointer? value);
```
#### Parameters

<a name='Wawa.Modules.Stringifier.ToHexString(System.Reflection.Pointer).value'></a>

`value` [System.Reflection.Pointer](https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Pointer 'System.Reflection.Pointer')

The [System.Reflection.Pointer](https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Pointer 'System.Reflection.Pointer') to convert.

#### Returns
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
The [System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String') representation of [value](Stringifier.ToHexString(Pointer).md#Wawa.Modules.Stringifier.ToHexString(System.Reflection.Pointer).value 'Wawa.Modules.Stringifier.ToHexString(System.Reflection.Pointer).value').

0 comments on commit 880644e

Please sign in to comment.