DbCurrency.IConvertible.ToByte Method | |
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax METHOD IConvertible.ToByte(
provider AS IFormatProvider
) AS BYTE
byte IConvertible.ToByte(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
ByteAn 8-bit unsigned integer equivalent to the value of this instance.
Implements
ToByte(IFormatProvider)See Also