JsonUtility.CamelCase Method

.NET Framework 4

Converts the specified name to camel case.

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

Syntax

'Declaration
Public Shared Function CamelCase ( _
    name As String _
) As String
'Usage
Dim name As String 
Dim returnValue As String 

returnValue = JsonUtility.CamelCase(name)
public static string CamelCase(
    string name
)
public:
static String^ CamelCase(
    String^ name
)
static member CamelCase : 
        name:string -> string
public static function CamelCase(
    name : String
) : String

Parameters

Return Value

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

See Also

Reference

JsonUtility Class

Microsoft.AspNet.SignalR.Json Namespace