StringHelper.ConvertTypeToTitleCase(String) Method

Definition

Converts the type string to title case.

public static string ConvertTypeToTitleCase (string typeString);
static member ConvertTypeToTitleCase : string -> string
Public Shared Function ConvertTypeToTitleCase (typeString As String) As String

Parameters

typeString
String

The type string.

Returns

The converted string.

Applies to