NumberFormatInfo: NegativeInfinitySymbol (let)

NegativeInfinitySymbol

Sets the negative infinity representation.



 Public Property Let NegativeInfinitySymbol(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new string that represents negative infinity.

Remarks

Negative infinity is achieved by dividing a negative number by zero. The default is "-Infinity".

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview