TK.ToString Method

Performs convert to string
Public Shared Function ToString( _ 
ByVal value As Object
) As String
This language is not supported or no code example is available.
public static string ToString( 
object value 
)
This language is not supported or no code example is available.

Parameters

value
object

Value to convert

Return Value

string

Converted value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition