mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
1 KiB
1 KiB
CamelCaseToHumanReadable Method
Converts camel case text to human readable text.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2
C#
public static string CamelCaseToHumanReadable(
string value
)
F#
static member CamelCaseToHumanReadable :
value : string -> string
Parameters
- String
- The value.
Return Value
String
A string in human readable format.
Remarks
Camel case is a naming convention for identifiers in which the first letter of each word is capitalized.