NumberFormatInfo: PerMilleSymbol (get)

PerMilleSymbol

Returns the permille representation.



 Public Property Get PerMilleSymbol ( ) As String

Return Values

String -  Permille string representation.

Remarks

From MathWorld
The use of permille (a.k.a. parts per thousand) is a way of expressing ratios in terms of whole numbers. Given a ratio or fraction, it is converted to a permil-age by multiplying by 1000 and appending a "‰" (Unicode &H2030). For example, if an investment grows from a number P=13.00 to a number A=22.50, then A is 22.50/13.00=1.7308 times as much as P, or 1730.8‰.

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview