Spread Windows Forms 10.0 Product Documentation
TryParse Method (CalcError)


String to be parsed
Error represented by the string
Converts a string to an error.
Syntax
'Declaration
 
Public Shared Function TryParse( _
   ByVal s As String, _
   ByRef error As CalcError _
) As Boolean
'Usage
 
Dim s As String
Dim error As CalcError
Dim value As Boolean
 
value = CalcError.TryParse(s, error)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CalcError Class
CalcError Members

 

 


Copyright © GrapeCity, inc. All rights reserved.