 | StringsUpperFirst Method |
Upper the first character of a string
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string UpperFirst(
string str
)
Public Shared Function UpperFirst (
str As String
) As String
Parameters
- str
- Type: SystemString
The string to convert
Return Value
Type:
StringString object with the first character uppered
See Also