mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
623 B
623 B
chars Field
The valid hexidecimal characters.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2
C#
private const string chars = "0123456789ABCDEF"
F#
static val mutable private chars: string