ActiveReports 12
Implicit Type Conversion Operator (Length)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Implicit Type Conversion Operator
The length to convert.
Converts string value to a new Length instance.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal length As String _
) As Length
public Length operator implicit( 
   string length
)

Parameters

length
The length to convert.

Return Value

new Lengthinstance
See Also

Reference

Length Structure
Length Members