asp.net.ph

String Constructor ( Char [ ] )

System Namespace   String Class


Initializes a new instance of the String class to the value indicated by an array of Unicode characters.

[ VB ]
<Serializable>
Public Sub New ( _
   ByVal value ( ) As Char _
)

[ C# ]
[ Serializable ]
public String (
   char [ ] value
);

[ C++ ]
[ Serializable ]
public: String (
   __wchar_t value __gc [ ]
);

[ JScript ]
public Serializable
function String (
   value : Char[ ]
);

Parameters

value
An array of Unicode characters.

Remarks

If value is a null reference ( Nothing in Visual Basic ) or contains no element, an Empty instance is initialized.

See Also

String Members   String Constructor Overload List   Char 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