DataTypeBaseToString(String, IFormatProvider) Method

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

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public virtual string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format  String
The required format for the result string.
formatProvider  IFormatProvider
 

Return Value

String

Implements

IFormattableToString(String, IFormatProvider)

See Also