Click or drag to resize

TextUtilsToCamelCase Method

Converts an arbitrary string (perferrably a valid identifier) into its camel-cased variant.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string ToCamelCase(
	string s
)

Parameters

s
Type: SystemString
The string to be camel-cased.

Return Value

Type: String
The camel-cased version of s.
See Also