JsonUtility::CamelCase Method

.NET Framework 4.5

Converts the specified name to camel case.

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
static String^ CamelCase(
	String^ name
)

Parameters

name
Type: System::String
The name to convert.

Return Value

Type: System::String
A camel cased version of the specified name.
Show: