Convert to string


Namespace: PalmSens.Units
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Function ToString( _ 
   ByVal pf As Prefix _ 
) As String
C#
public string ToString(
   Prefix pf
)
C++
public:
 String ToString(
   Prefix pf
) sealed 
J#
public string ToString(
   Prefix pf
)
JScript
public  function ToString(
   pf : Prefix
) : String

Parameters

pf
prefix to use

Return Value

string with the abbreviated name of this unit

See Also