ActiveReports 8
TryParse Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : TryParse Method

value
Input string to parse.
result
The result to store parsed length.

Glossary Item Box

Tries to parse specified string as length.

Syntax

Visual Basic (Declaration) 
Public Shared Function TryParse( _
   ByVal value As System.String, _
   ByRef result As Length _
) As System.Boolean
C# 
public static System.bool TryParse( 
   System.string value,
   out Length result
)

Parameters

value
Input string to parse.
result
The result to store parsed length.

Return Value

true if the input string is valid length; otherwise - false.

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