StringHelper Class

Definition

Helper class for string casing.

public static class StringHelper
type StringHelper = class
Public Class StringHelper
Inheritance
StringHelper

Methods

ConvertIdentifierToLowerCamelCase(String)

Converts the identifier string to lower camel case.

ConvertTypeToLowerCamelCase(String)

Converts the type string to lower camel case.

ConvertTypeToTitleCase(String)

Converts the type string to title case.

Applies to