LowerCamelCaser.ToLowerCamelCase(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 a String to lower camel case.
public virtual string ToLowerCamelCase (string name);
abstract member ToLowerCamelCase : string -> string
override this.ToLowerCamelCase : string -> string
Public Overridable Function ToLowerCamelCase (name As String) As String
Parameters
- name
- String
The name to be converted with lower camel case.
Returns
The converted name.