ConversionToString(Object) Method

Return the formatted String representation of the specified value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string ToString(
	Object value
)

Parameters

value  Object
Instance of an object to inspect.

Return Value

String
String representation of caller's object.

See Also