| |||||||
String Constructor ( Char [ ], Int32, Int32 )Initializes a new instance of the String class to the value indicated by an array of Unicode characters, a starting character position within that array, and a length. [ VB ] <Serializable> Public Sub New ( _ ByVal value ( ) As Char, _ ByVal startIndex As Integer, _ ByVal length As Integer _ ) [ C# ] [ Serializable ] public String ( char [ ] value, int startIndex, int length ); [ C++ ] [ Serializable ] public: String ( __wchar_t value __gc [ ], int startIndex, int length ); [ JScript ] public Serializable function String ( value : Char [ ], startIndex : int, length : int ); Parameters
Exceptions
RemarksIf length is zero, an Empty instance is initialized. This constructor copies Unicode characters from value, starting at startIndex and ending at ( startIndex + length- 1 ). See AlsoString Members String Constructor Overload List Char Int32 |
| ||||||
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