LongStringToUInt16 Method
Return the most appropriate individual 16-bit unsigned integer
representation of this object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public ushort ToUInt16(
IFormatProvider provider
)
Public Function ToUInt16 (
provider As IFormatProvider
) As UShort
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
UInt16
A 16-bit unsigned integer representation of this value.
IConvertibleToUInt16(IFormatProvider)