AVEVA OMI Software Developer Kit



the quality character to use
the numeric type to be formatted
QualityFormat Method
Returns a formatted string based on the specified quality character (as defined in the galaxy) and numeric format type.
Syntax
'Declaration
 
Public MustOverride Function QualityFormat( _
   ByVal qualityFormatType As QualityFormatType, _
   ByVal numericFormatType As FormatType, _
   ByVal lengthLimit As Integer _
) As String
'Usage
 
Dim instance As NumericFormatter
Dim qualityFormatType As QualityFormatType
Dim numericFormatType As FormatType
Dim lengthLimit As Integer
Dim value As String
 
value = instance.QualityFormat(qualityFormatType, numericFormatType, lengthLimit)
public abstract string QualityFormat( 
   QualityFormatType qualityFormatType,
   FormatType numericFormatType,
   int lengthLimit
)
public:
abstract String^ QualityFormat( 
   QualityFormatType qualityFormatType,
   FormatType numericFormatType,
   int lengthLimit
) 

Parameters

qualityFormatType
the quality character to use
numericFormatType
the numeric type to be formatted
lengthLimit

Return Value

formatted string containing predefined quality characters
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also