CapyKit/Documentation/Help/M_CapyKit_Helpers_KeyHelper_FormatKey.md

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.

See Also

Reference

KeyHelper Class
CapyKit.Helpers Namespace