NumberToString(String) Method

Returns a String that represents the current Number. The result string is formatted using the format provided in the format parameter.

Definition

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

Parameters

format  String
The required format for the result string.

Return Value

String

See Also