Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Editor.Internal
StringExtensions Class
StringExtensions Methods
SplitCamelCase Method
StringExtensions
SplitCamelCase Method
Takes a string in camel case, split it into separate words, and capitalizes each word.
Namespace:
Gamelogic.Extensions.Editor.Internal
Assembly:
Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
string
SplitCamelCase
(
this
string
str
)
Parameters
str
Type:
System
String
Return Value
Type:
String
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
StringExtensions Class
Gamelogic.Extensions.Editor.Internal Namespace