Spread ASP.NET 6.0 Product Documentation
TryParse Method
See Also  Send Feedback
FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcError Class : TryParse Method


s
String to be parsed
error
Error represented by the string

Glossary Item Box

Converts a string to an error.

Syntax

Visual Basic (Declaration) 
Public Shared Function TryParse( _
   ByVal s As String, _
   ByRef error As CalcError _
) As Boolean
Visual Basic (Usage)Copy Code
Dim s As String
Dim error As CalcError
Dim value As Boolean
 
value = CalcError.TryParse(s, error)
C# 
public static bool TryParse( 
   string s,
   out CalcError error
)

Parameters

s
String to be parsed
error
Error represented by the string

Return Value

true if tried; false otherwise

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.