Click or drag to resize

DbFloat.IConvertible.ToUInt16 Method

X#
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
METHOD IConvertible.ToUInt16(
	provider AS IFormatProvider
) AS WORD
Request Example View Source

Parameters

provider
Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: Word
An 16-bit unsigned integer equivalent to the value of this instance.

Implements

ToUInt16(IFormatProvider)
See Also