Short guid converter.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
public class ShortGuidConverter : TypeConverter
Visual Basic
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := true)> 
Public Class ShortGuidConverter
	Inherits TypeConverter
Visual C++
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
public ref class ShortGuidConverter : public TypeConverter
F#
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>]
type ShortGuidConverter =  
    class
        inherit TypeConverter
    end

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    MonoSoftware.Core..::..ShortGuidConverter

See Also