LongStringToString(IFormatProvider) Method

Return the string representation of this instance.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public string ToString(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider
Format provider.

Return Value

String
Value property of this instance.

Implements

IConvertibleToString(IFormatProvider)

See Also