Glossary Item Box

LabDevTools Send comments on this topic.

Format

Gets or sets the format of the values visualized in the indications on the scale of the control.

 

[Visual Basic]
Public Property Format As String
[C#]
public string Format
Observations:

Of default it is Default:

LabDevTools.Knob.ScaleProperties.Format = 0

(Default: values in mobile comma in which they come visualized a digit at least on the left and two to right of the decimal separator).


The formats are:

Numeric and Default They are visualized a digit at least on the left and two to right of the decimal separator.
f They are visualized a digit at least on the left and two to right of the decimal separator.
N It comes visualized a number with the separator of the thousands and at least a digit on the left and two to right of the decimal separator.
.#....#0 They come visualized to right of of the decimal separator much digits how many are #.
Logarithm and ln Logarithms in natural base.
log10 Logarithms in base decimal
Scientific and e   It comes used the scientific notation standard, with six digits significative(xx.xxxxxxe+xx).
E It comes used the scientific notation standard, with six digits significative(xx.xxxxxxE+xx).
Time and Long Time The hour comes visualized in the format of the used international formulations and comprises hours, minutes and seconds.
Short Time The hour comes visualized in the format to 24 hours, as an example 18:27.
Date and Long Date The date comes visualized in the extensive format of the used international formulations.
Short Date The date comes visualized in the short format of the used international formulations.

See also:

Invert | Unit

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.