Method SplitCamelCase
- Namespace
- Gamelogic.Extensions.Editor.Internal
- Assembly
- Gamelogic.Extensions.Editor.dll
SplitCamelCase(string)
Takes a string in camel case, split it into separate words, and capitalizes each word.
public static string SplitCamelCase(this string str)
Parameters
strstringThe camel-case string to split.
Returns
- string
A string with spaces inserted between words, with the first letter capitalized.