NumberFormatInfo: CurrencyGroupSeparator (let)

CurrencyGroupSeparator

Sets the group separator to be used when separating digits.



 Public Property Let CurrencyGroupSeparator(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The separator to be used when separating digits.

Remarks

Generally a comma is the group separator. However, in some parts of the world, a comma is not used.

Read/Write.

See Also

Project CorLib Overview

Class NumberFormatInfo Overview