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