Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.Int32Converter Class Reference

Public Member Functions

override bool CanConvertFrom (ITypeDescriptorContext? context, Type sourceType)
 
bool CanConvertFrom (Type sourceType)
 
override? object ConvertFrom (ITypeDescriptorContext? context, CultureInfo? culture, object value)
 
object? ConvertFrom (object value)
 
override? object ConvertTo (ITypeDescriptorContext? context, CultureInfo? culture, object? value, Type destinationType)
 
object? ConvertTo (object? value, Type destinationType)
 
override bool CanConvertTo (ITypeDescriptorContext? context, Type? destinationType)
 
bool CanConvertTo (Type destinationType)
 
object? ConvertFromInvariantString (string text)
 
object? ConvertFromInvariantString (ITypeDescriptorContext? context, string text)
 
object? ConvertFromString (string text)
 
object? ConvertFromString (ITypeDescriptorContext? context, string text)
 
object? ConvertFromString (ITypeDescriptorContext? context, CultureInfo? culture, string text)
 
stringConvertToInvariantString (object? value)
 
stringConvertToInvariantString (ITypeDescriptorContext? context, object? value)
 
stringConvertToString (object? value)
 
stringConvertToString (ITypeDescriptorContext? context, object? value)
 
stringConvertToString (ITypeDescriptorContext? context, CultureInfo? culture, object? value)
 
object? CreateInstance (IDictionary propertyValues)
 
virtual ? object CreateInstance (ITypeDescriptorContext? context, IDictionary propertyValues)
 
bool GetCreateInstanceSupported ()
 
virtual bool GetCreateInstanceSupported (ITypeDescriptorContext? context)
 
PropertyDescriptorCollectionGetProperties (object value)
 
PropertyDescriptorCollectionGetProperties (ITypeDescriptorContext? context, object value)
 
virtual ? PropertyDescriptorCollection GetProperties (ITypeDescriptorContext? context, object value, Attribute[]? attributes)
 
bool GetPropertiesSupported ()
 
virtual bool GetPropertiesSupported (ITypeDescriptorContext? context)
 
ICollectionGetStandardValues ()
 
virtual ? StandardValuesCollection GetStandardValues (ITypeDescriptorContext? context)
 
bool GetStandardValuesExclusive ()
 
virtual bool GetStandardValuesExclusive (ITypeDescriptorContext? context)
 
bool GetStandardValuesSupported ()
 
virtual bool GetStandardValuesSupported (ITypeDescriptorContext? context)
 
bool IsValid (object value)
 
virtual bool IsValid (ITypeDescriptorContext? context, object value)
 

Protected Member Functions

Exception GetConvertFromException (object? value)
 
Exception GetConvertToException (object? value, Type destinationType)
 
PropertyDescriptorCollection SortProperties (PropertyDescriptorCollection props, string[] names)
 

Package Functions

override object FromString (string value, int radix)
 
override object FromString (string value, NumberFormatInfo formatInfo)
 
override string ToString (object value, NumberFormatInfo formatInfo)
 

Properties

override Type TargetType [get]
 
virtual bool AllowHex [get]
 

Detailed Description

Definition at line 5 of file Int32Converter.cs.


The documentation for this class was generated from the following file: