# CamelCaseToHumanReadable Method Converts camel case text to human readable text. ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# public static string CamelCaseToHumanReadable( string value ) ``` **F#** ``` F# static member CamelCaseToHumanReadable : value : string -> string ``` #### Parameters