'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
- A System.Single value indicating the length in twips.
- target
- A target Length.Unit for the string representation.
Return Value
A System.String value representing the length in the specified unit.