TextHelperFirstLetterToUpper Method |
Converts the first character to upper case.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string FirstLetterToUpper(
string text
)
Parameters
- text
- Type: SystemString
Text to process
Return Value
Type:
StringSee Also