Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

StringSegmentData Class
StringSegmentData Members

 

 


Copyright © GrapeCity, inc. All rights reserved.