RadControls for WPF

The ThemeValueSerializer type exposes the following members.

Constructors

  NameDescription
Public methodThemeValueSerializer
Initializes a new instance of the ThemeValueSerializer class.

Methods

  NameDescription
Public methodCanConvertFromString
Determines whether the specified String can be converted to an instance of the type that the implementation of ValueSerializer supports.
(Overrides ValueSerializer..::..CanConvertFromString(String, IValueSerializerContext).)
Public methodCanConvertToString
Determines whether the specified object can be converted into a String.
(Overrides ValueSerializer..::..CanConvertToString(Object, IValueSerializerContext).)
Public methodConvertFromString
Converts a String to an instance of the type that the implementation of ValueSerializer supports.
(Overrides ValueSerializer..::..ConvertFromString(String, IValueSerializerContext).)
Public methodConvertToString
Converts the specified object to a String.
(Overrides ValueSerializer..::..ConvertToString(Object, IValueSerializerContext).)

Extension Methods

  NameDescription
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)

See Also