Language.CamelCase(String) Method
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.
Break a string into words based on _ and case changes.
public static string CamelCase (string original);
static member CamelCase : string -> string
Public Shared Function CamelCase (original As String) As String
Parameters
- original
- String
Original string.
Returns
String with words on case change or _ boundaries.