Currency.IConvertible.ToChar Method | |
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD IConvertible.ToChar(
provider AS IFormatProvider
) AS CHAR
char IConvertible.ToChar(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
CharA Unicode character equivalent to the value of this instance.
Implements
ToChar(IFormatProvider)See Also