mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-22 02:45:05 -06:00
876 B
876 B
FormatKey Method
Formats the given hex string into the desired number of parts (separated by dashes).
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.4
C#
private string FormatKey(
string hex
)
F#
private member FormatKey :
hex : string -> string
Parameters
- String
- The hexadecimal.
Return Value
String
The formatted key.