Share via


IConvertible.ToChar Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PrivateFunctionToChar ( _
    providerAsIFormatProvider _
) AsCharImplementsIConvertible.ToChar
'Usage
DiminstanceAsDateDimproviderAsIFormatProviderDimreturnValueAsCharreturnValue = CType(instance, IConvertible).ToChar(provider)
charIConvertible.ToChar(
    IFormatProviderprovider
)
private:
virtualwchar_tToChar(
    IFormatProvider^ provider
) sealed = IConvertible::ToChar
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System. . :: . .Char

Implements

IConvertible. . :: . .ToChar(IFormatProvider)

.NET Framework Security

See Also

Reference

Date Structure

Date Members

System Namespace