ActiveReports 12
TwipsToString Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : TwipsToString Method
Value in twips
Target unit for conversion for output
Converts a passed in value to string based on the passed in unit type.
Syntax
'Declaration
 
Public Shared Function TwipsToString( _
   ByVal twips As Single, _
   ByVal target As Length.Unit _
) As String
public static string TwipsToString( 
   float twips,
   Length.Unit target
)

Parameters

twips
Value in twips
target
Target unit for conversion for output
See Also

Reference

Length Structure
Length Members