Convert a string in pascal case (also called title case)
Ex: hello world -> Hello World
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function ToPascalCase ( _ str As String _ ) As String |
| C# |
|---|
public static string ToPascalCase( string str ) |
Parameters
- str
- Type: System..::..String