NumberFormatInfo: PositiveInfinitySymbol (let)

PositiveInfinitySymbol

Sets the positive infinity representation.



 Public Property Let PositiveInfinitySymbol(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new string representation of positive infinity.

Remarks

Positive infinity is achieved by dividing a positive number by zero. The default is "Infinity".

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview