NumberFormatInfo Constructor

Initializes a new instance of the NumberFormatInfo class.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public NumberFormatInfo(
	string format
)

Parameters

format  String
The format based on which this NumberFormatInfo will be created

See Also