Implicit Type Conversion(String,RdlInt) Operator
'Declaration
Overloads Public Operator Widening CType( _
ByVal As RdlInt _
) As String
public string operator implicit(
RdlInt
)
Parameters
- value
- An RdlInt to convert.
Return Value
The string representing the converted object.