Implicit Type Conversion(String,Unit) Operator
 
            
                In This Topic
            
            Converts a unit value to a string.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal  As Unit _
) As String
             
        
            
            public string operator implicit( 
   Unit 
)
             
        
             
        
            Parameters
- value
 
- The unit to convert.
 
            
            Return Value
The string representing the unit value.
 
            
            
            
            
            
            
            
            
            
            
            See Also