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

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

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