Click or drag to resize

Float.ToString Method (String)

X#
Converts the numeric value of this instance to its equivalent string representation, using the specified format.

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

Parameters

sFormat
Type: String

Return Value

Type: String
The string representation of the value of this instance as specified by format.
Exceptions
ExceptionCondition
FormatExceptionformat is invalid.
See Also