Spread for ASP.NET 8.0 Product Documentation
Parse Method (MapAreaInfo)


A System.String represents a MapAreaInfo.
Parse a MapAreaInfo from a System.String.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal mapAreaInfo As String _
) As MapAreaInfo
'Usage
 
Dim mapAreaInfo As String
Dim value As MapAreaInfo
 
value = MapAreaInfo.Parse(mapAreaInfo)
public static MapAreaInfo Parse( 
   string mapAreaInfo
)

Parameters

mapAreaInfo
A System.String represents a MapAreaInfo.

Return Value

MapAreaInfo parsed form the System.String.
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

MapAreaInfo Class
MapAreaInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.