Spread for ASP.NET 8.0 Product Documentation
StringSegmentData Constructor


The value.
Initializes a new instance of the StringSegmentData class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
'Usage
 
Dim value As String
 
Dim instance As New StringSegmentData(value)
public StringSegmentData( 
   string value
)

Parameters

value
The value.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StringSegmentData Class
StringSegmentData Members

 

 


Copyright © GrapeCity, inc. All rights reserved.