Converts a string to use PascalCase.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static string ToPascalCase( string value )  | 
| Visual Basic | 
|---|
Public Shared Function ToPascalCase ( value As String ) As String  | 
Parameters
- value
 - Type: System..::..String
Text to convert