Spread Windows Forms 6.0 Product Documentation
Parse Method
See Also  Support Options
FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcError Class : Parse Method


s
String to be parsed

Glossary Item Box

Converts the string to an error.

Syntax

Visual Basic (Declaration) 
Public Shared Function Parse( _
   ByVal s As String _
) As CalcError
Visual Basic (Usage)Copy Code
Dim s As String
Dim value As CalcError
 
value = CalcError.Parse(s)
C# 
public static CalcError Parse( 
   string s
)

Parameters

s
String to be parsed

Return Value

CalcError object

Exceptions

ExceptionDescription
System.FormatExceptionString does not represent an error.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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