Click or drag to resize

StringUtilsProperCase Method

Return a string in proper Case format

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string ProperCase(
	string Input
)

Parameters

Input
Type: SystemString

[Missing <param name="Input"/> documentation for "M:Koden.Utils.StringUtils.ProperCase(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.ProperCase(System.String)"]

See Also