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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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