C# 클래스 Open.Core.Common.Controls.Editors.PropertyGridStructure.Converters.BaseNumberConverter

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

Private Properties

프로퍼티 타입 설명
FromString object
FromString object
FromString object
FromStringError System.Exception
ToString string

공개 메소드들

메소드 설명
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
CanConvertTo ( ITypeDescriptorContext context, Type t ) : bool
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object

보호된 메소드들

메소드 설명
BaseNumberConverter ( ) : System

비공개 메소드들

메소드 설명
FromString ( string value, CultureInfo culture ) : object
FromString ( string value, NumberFormatInfo formatInfo ) : object
FromString ( string value, int radix ) : object
FromStringError ( string failedText, Exception innerException ) : Exception
ToString ( object value, NumberFormatInfo formatInfo ) : string

메소드 상세

BaseNumberConverter() 보호된 메소드

protected BaseNumberConverter ( ) : System
리턴 System

CanConvertFrom() 공개 메소드

public CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool
context ITypeDescriptorContext
sourceType System.Type
리턴 bool

CanConvertTo() 공개 메소드

public CanConvertTo ( ITypeDescriptorContext context, Type t ) : bool
context ITypeDescriptorContext
t System.Type
리턴 bool

ConvertFrom() 공개 메소드

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
리턴 object

ConvertTo() 공개 메소드

public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
리턴 object