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