Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator string(RVariant)

  • Declared in: RT.KitchenSink.Collections.RVariant

Declaration

public static implicit operator string(
    RVariant value
)

Summary

Provides an implicit conversion of the RVariant to a string. Throws an appropriate exception if the conversion is not possible.