ConversionToString(Object) Method
Return the formatted String representation of the specified value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToString(
Object value
)
Public Shared Function ToString (
value As Object
) As String
No code example is currently available or this language may not be supported.
- value Object
-
Instance of an object to inspect.
String
String representation of caller's object.