Converts a string to use PascalCase.
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
[ObsoleteAttribute("This method has been deprecated. Please use StringUtil.ToPascalCase() instead.")] public static string ToPascalCase( string value ) |
Visual Basic |
---|
<ObsoleteAttribute("This method has been deprecated. Please use StringUtil.ToPascalCase() instead.")> Public Shared Function ToPascalCase ( value As String ) As String |
Parameters
- value
- Type: System..::..String
Text to convert