Spread for ASP.NET 7.0 Product Documentation
Parse Method
See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MapAreaInfo Class : Parse Method


mapAreaInfo
A System.String represents a MapAreaInfo.

Glossary Item Box

Parse a MapAreaInfo from a System.String.

Syntax

Visual Basic (Declaration) 
Public Shared Function Parse( _
   ByVal mapAreaInfo As String _
) As MapAreaInfo
Visual Basic (Usage)Copy Code
Dim mapAreaInfo As String
Dim value As MapAreaInfo
 
value = MapAreaInfo.Parse(mapAreaInfo)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.