Default numberformat used when storing integer and floating-point data


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

Syntax

Visual Basic (Declaration)
Protected Shared NumberFormat As NumberFormatInfo
C#
protected static NumberFormatInfo NumberFormat;
C++
protected:
 static NumberFormatInfo NumberFormat;
J#
protected static NumberFormatInfo NumberFormat
JScript
protected static NumberFormat : NumberFormatInfo;

See Also