asp.net.ph

String.Concat Method ( Object )

System Namespace   String Class


Creates the String representation of a specified object.

[ VB ]
<Serializable>
Overloads Public Shared Function Concat ( _
   ByVal arg0 As Object _
) As String

[ C# ]
[ Serializable ]
public static string Concat (
   object arg0
);

[ C++ ]
[ Serializable ]
public: static String* Concat (
   Object* arg0
);

[ JScript ]
public Serializable
static function Concat (
   arg0 : Object
) : String;

Parameters

arg0
An Object or a null reference ( Nothing in Visual Basic ).

Return Value

The String representation of the value of arg0.

Remarks

An Empty string is used in place of any null argument.

See Also

String Members   String.Concat Overload List   Object   Insert   Join   Remove   Replace   Split   Substring   Trim Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph