Свойство | Type | Description | |
---|---|---|---|
FromString | object | ||
FromString | object | ||
FromString | object | ||
FromStringError | Exception | ||
ToString | string |
Méthode | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool | ||
CanConvertTo ( ITypeDescriptorContext context, Type t ) : bool | ||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object |
Méthode | Description | |
---|---|---|
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 |
public CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool | ||
context | ITypeDescriptorContext | |
sourceType | Type | |
Résultat | bool |
public CanConvertTo ( ITypeDescriptorContext context, Type t ) : bool | ||
context | ITypeDescriptorContext | |
t | Type | |
Résultat | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
Résultat | object |
public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object | ||
context | ITypeDescriptorContext | |
culture | CultureInfo | |
value | object | |
destinationType | Type | |
Résultat | object |