WebAppHelper FirstCharToUpper Method A Sandcastle Documented Class Library
Sets the first character of every word to upper case.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string FirstCharToUpper(
	string input
)

Parameters

input
Type: System String

Return Value

Type: String
See Also