# CamelCaseToHumanReadable Method Converts camel case text to human readable text. ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d **C#** ``` C# public static string CamelCaseToHumanReadable( string value ) ``` **F#** ``` F# static member CamelCaseToHumanReadable : value : string -> string ``` #### Parameters
  String
The value.
#### Return Value String A string in human readable format. ## See Also #### Reference LanguageHelper Class CapyKit.Helpers Namespace