Click or drag to resize

StringExtensions Class

Class for string extensions.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.Editor.InternalStringExtensions

Namespace:  Gamelogic.Extensions.Editor.Internal
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSplitCamelCase
Takes a string in camel case, split it into separate words, and capitalizes each word.
Top
See Also