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



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

Parameters

input
A TdDecimal

Return Value

A Byte
Exceptions
ExceptionDescription
The value of the TdDecimal is Null.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List