LongStringToByte Method
Return the most appropriate individual byte representation of this
object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public byte ToByte(
IFormatProvider provider
)
Public Function ToByte (
provider As IFormatProvider
) As Byte
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Byte
A byte representation of this value.
IConvertibleToByte(IFormatProvider)