Convert: ToString

ToString

Converts a datatype value to a string representation using any supplied formatting or provider arguments.



 Public Function ToString(
	  ByRef Value As Variant,
	  Optional ByVal Provider As IFormatProvider ) As String

Parameters

Value
[ByRef] Variant. The value to convert to a string.
Provider
[ByVal] Optional. IFormatProvider. A formatting provider to help custom formatting.

Return Values

String -  A string representation of the value.

See Also

Project CorLib Overview

Class Convert Overview