VersionConverter Class

Used internally to convert the version of a Silverlight-based application (.xap) file from a string to a Version object.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public Class VersionConverter _
    Inherits TypeConverter
'Usage
Dim instance As VersionConverter
public class VersionConverter : TypeConverter

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    System.Web.UI.SilverlightControls.VersionConverter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

VersionConverter Members

System.Web.UI.SilverlightControls Namespace