ConversionToTitleCase Method
Return a representation of the caller's string formatted as Title Case
text.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToTitleCase(
string value
)
Public Shared Function ToTitleCase (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
The value to format.
String
Formatted result.