Click or drag to resize

StringUtilsToCamelCase Method

Takes a phrase and turns it into CamelCase text. White Space, punctuation and separators are stripped

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string ToCamelCase(
	string phrase
)

Parameters

phrase
Type: SystemString
The phrase.

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.ToCamelCase(System.String)"]

See Also