StringHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |