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

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

Parameters

value
The string to convert.

Return Value

The unit value.
See Also

Reference

Unit Structure
Unit Members
Overload List