# 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#** ``` C# private string FormatKey( string hex ) ``` **F#** ``` F# private member FormatKey : hex : string -> string ``` #### Parameters