Click or drag to resize

Float.ToString Method (String, IFormatProvider)

X#
Formats the value of the current instance using the specified format.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 METHOD ToString(
	format AS STRING,
	provider AS IFormatProvider
) AS STRING
Request Example View Source

Parameters

format
Type: String
The format to use. -or- A null reference ( in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
provider
Type: IFormatProvider

Return Value

Type: String
The value of the current instance in the specified format.

Implements

ToString(String, IFormatProvider)
See Also