ActiveReports 12
Explicit Type Conversion Operator (Length)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Explicit Type Conversion Operator
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length to convert to a string
Converts current Length instance to a string
Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal unit As Length _
) As String
public string operator explicit( 
   Length unit
)

Parameters

unit
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length to convert to a string

Return Value

String representation of current Length instance
See Also

Reference

Length Structure
Length Members