Initailizes a new instance of the string class that is unsafe.
[Visual Basic] Overloads Public Sub New( _ ByVal value As SByte*, _ ByVal startIndex As Integer, _ ByVal length As Integer _ ) [C#] public String( SByte* value, int startIndex, int length ); [C++] public: String( SByte** value, int startIndex, int length ); [JScript] public function String( value : SByte*, startIndex : int, length : int );
This constructor is not CLS Compliant.
This constuctor initailizes a new string with the characters copied from ptr. The ptr parameter is a WCHAR*. If ptr is null, a string is created that is initialized to No Object.This method is assessible only from Visual C.
String Class | String Members | System Namespace | String Constructor Overload List | SByte | Int32