aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme