CapyKit/Documentation/Help/F_CapyKit_Helpers_SecurityHelper_NUMBER_CHARACTERS.md

32 lines
655 B
Markdown
Raw Normal View History

2024-04-21 03:30:36 -05:00
# NUMBER_CHARACTERS Field
A string of all the numeric characters.
## Definition
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
2024-04-21 03:30:36 -05:00
**C#**
``` C#
internal const string NUMBER_CHARACTERS = "0123456789"
```
**F#**
``` F#
static val mutable internal NUMBER_CHARACTERS: 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_SecurityHelper.md">SecurityHelper Class</a>
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>