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

See Also

Reference

MapAreaInfo Class
MapAreaInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.