LongStringToString(IFormatProvider) Method
Return the string representation of this instance.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public string ToString(
IFormatProvider provider
)
Public Function ToString (
provider As IFormatProvider
) As String
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
String
Value property of this instance.
IConvertibleToString(IFormatProvider)