Click or drag to resize
StringsUpperFirst Method
Upper the first character of a string

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string UpperFirst(
	string str
)

Parameters

str
Type: SystemString
The string to convert

Return Value

Type: String
String object with the first character uppered
See Also