mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
31 lines
623 B
Markdown
31 lines
623 B
Markdown
# chars Field
|
|
|
|
|
|
The valid hexidecimal characters.
|
|
|
|
|
|
|
|
## Definition
|
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
|
|
|
|
**C#**
|
|
``` C#
|
|
private const string chars = "0123456789ABCDEF"
|
|
```
|
|
**F#**
|
|
``` F#
|
|
static val mutable private chars: string
|
|
```
|
|
|
|
|
|
|
|
#### Field Value
|
|
<a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_CapyKit_Helpers_CalculationHelper.md">CalculationHelper Class</a>
|
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|