[To be supplied.]
[Visual Basic] Public Shared Function MakeCamel( _ ByVal identifier As String _ ) As String [C#] public static string MakeCamel( string identifier ); [C++] public: static String* MakeCamel( String* identifier ); [JScript] public static function MakeCamel( identifier : String ) : String;
CodeIdentifier Class | CodeIdentifier Members | System.Xml.Serialization.Code Namespace