ComponentOne Document Library for WinForms
UnitTypeToString Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Unit Structure : UnitTypeToString Method
A UnitTypeEnum to convert.
Converts a UnitTypeEnum value to a string representation as in the following table:
Syntax
'Declaration
 
Public Shared Function UnitTypeToString( _
   ByVal value As UnitTypeEnum _
) As System.String
public static System.string UnitTypeToString( 
   UnitTypeEnum value
)

Parameters

value
A UnitTypeEnum to convert.

Return Value

The string representing value.
See Also

Reference

Unit Structure
Unit Members