Table of Contents

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

str string

Returns

string