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