# chars Field
The valid hexidecimal characters.
## Definition
**Namespace:** CapyKit.Helpers
**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
String
## See Also
#### Reference
CalculationHelper Class
CapyKit.Helpers Namespace