HyperActive
Camelize Method (lowercaseAndUnderscoredWord)
NamespacesHyperActive.CoreInflectorCamelize(String)
Camelizes the specified lowercase and underscored word.
Declaration Syntax
C#Visual BasicVisual C++
public static string Camelize(
	string lowercaseAndUnderscoredWord
)
Public Shared Function Camelize ( _
	lowercaseAndUnderscoredWord As String _
) As String
public:
static String^ Camelize(
	String^ lowercaseAndUnderscoredWord
)
Parameters
lowercaseAndUnderscoredWord (String)
The lowercase and underscored word.
Return Value

[Missing <returns> documentation for M:HyperActive.Core.Inflector.Camelize(System.String)]

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)