ComponentOne FlexReport for WinForms
Implicit Type Conversion(String,Unit) Operator

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Unit Structure > Implicit Type Conversion Operator : Implicit Type Conversion(String,Unit) Operator
The unit to convert.
Converts a unit value to a string.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal value As Unit _
) As System.String
public System.string operator implicit( 
   Unit value
)

Parameters

value
The unit to convert.

Return Value

The string representing the unit value.
See Also

Reference

Unit Structure
Unit Members
Overload List