LongStringToChar Method
Return the most appropriate individual character representation of this
object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public char ToChar(
IFormatProvider provider
)
Public Function ToChar (
provider As IFormatProvider
) As Char
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Char
A character representation of this value.
IConvertibleToChar(IFormatProvider)