Spread ASP.NET 6.0 Product Documentation
Parse Method
See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.