Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion(Char,TdDecimal) Operator



Teradata.Client.Provider Namespace > TdDecimal Structure > Explicit Type Conversion Operator : Explicit Type Conversion(Char,TdDecimal) Operator
A TdDecimal
Converts a TdDecimal to A System.Char
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal input As TdDecimal _
) As Char
'Usage
 
public char operator explicit( 
   TdDecimal input
)
public:
char operator explicit( 
   TdDecimal input
)

Parameters

input
A TdDecimal

Return Value

A Char
Exceptions
ExceptionDescription
The TdDecimal could not be converted to Char
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List