StringHelper.ConvertIdentifierToLowerCamelCase(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.
Converts the identifier string to lower camel case.
public static string ConvertIdentifierToLowerCamelCase (string identifierString);
static member ConvertIdentifierToLowerCamelCase : string -> string
Public Shared Function ConvertIdentifierToLowerCamelCase (identifierString As String) As String
Parameters
- identifierString
- String
The identifier string.
Returns
The converted string.