Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SingleConverter Class

 

Provides a type converter to convert single-precision, floating point number objects to and from various other representations.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

System::Object
  System.ComponentModel::TypeConverter
    System.ComponentModel::BaseNumberConverter
      System.ComponentModel::SingleConverter

[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
public ref class SingleConverter : BaseNumberConverter

NameDescription
System_CAPS_pubmethodSingleConverter()

Initializes a new instance of the SingleConverter class.

NameDescription
System_CAPS_pubmethodCanConvertFrom(ITypeDescriptorContext^, Type^)

Determines if this converter can convert an object in the given source type to the native type of the converter.(Inherited from BaseNumberConverter.)

System_CAPS_pubmethodCanConvertFrom(Type^)

Returns whether this converter can convert an object of the given type to the type of this converter.(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(ITypeDescriptorContext^, Type^)

Returns a value indicating whether this converter can convert an object to the given destination type using the context.(Inherited from BaseNumberConverter.)

System_CAPS_pubmethodCanConvertTo(Type^)

Returns whether this converter can convert the object to the specified type.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the given object to the converter's native type.(Inherited from BaseNumberConverter.)

System_CAPS_pubmethodConvertFrom(Object^)

Converts the given value to the type of this converter.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(ITypeDescriptorContext^, String^)

Converts the given string to the type of this converter, using the invariant culture and the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(String^)

Converts the given string to the type of this converter, using the invariant culture.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, CultureInfo^, String^)

Converts the given text to an object, using the specified context and culture information.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, String^)

Converts the given text to an object, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(String^)

Converts the specified text to an object.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertTo(ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

Converts the specified object to another type.(Inherited from BaseNumberConverter.)

System_CAPS_pubmethodConvertTo(Object^, Type^)

Converts the given value object to the specified type, using the arguments.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(ITypeDescriptorContext^, Object^)

Converts the specified value to a culture-invariant string representation, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(Object^)

Converts the specified value to a culture-invariant string representation.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the given value to a string representation, using the specified context and culture information.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, Object^)

Converts the given value to a string representation, using the given context.(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(Object^)

Converts the specified value to a string representation.(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(IDictionary^)

Re-creates an Object given a set of property values for the object.(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(ITypeDescriptorContext^, IDictionary^)

Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.(Inherited from TypeConverter.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_protmethodGetConvertFromException(Object^)

Returns an exception to throw when a conversion cannot be performed.(Inherited from TypeConverter.)

System_CAPS_protmethodGetConvertToException(Object^, Type^)

Returns an exception to throw when a conversion cannot be performed.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported()

Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported(ITypeDescriptorContext^)

Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^)

Returns a collection of properties for the type of array specified by the value parameter, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^)

Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(Object^)

Returns a collection of properties for the type of array specified by the value parameter.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported()

Returns whether this object supports properties.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported(ITypeDescriptorContext^)

Returns whether this object supports properties, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues()

Returns a collection of standard values from the default context for the data type this type converter is designed for.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues(ITypeDescriptorContext^)

Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive()

Returns whether the collection of standard values returned from GetStandardValues is an exclusive list.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive(ITypeDescriptorContext^)

Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported()

Returns whether this object supports a standard set of values that can be picked from a list.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported(ITypeDescriptorContext^)

Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsValid(ITypeDescriptorContext^, Object^)

Returns whether the given value object is valid for this type and for the specified context.(Inherited from TypeConverter.)

System_CAPS_pubmethodIsValid(Object^)

Returns whether the given value object is valid for this type.(Inherited from TypeConverter.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodSortProperties(PropertyDescriptorCollection^, array<String^>^)

Sorts a collection of properties.(Inherited from TypeConverter.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

This converter can only convert a single-precision, floating point number object to and from a string. The Single value type represents a single-precision 32-bit number with values ranging from negative 3.402823e38 to positive 3.402823e38.

System_CAPS_noteNote

You should never create an instance of SingleConverter. Instead, call the GetConverter method of TypeDescriptor. For more information, see the examples in the TypeConverter base class and How to: Implement a Type Converter.

The following sample converts a variable of type Single to a string, and vice versa.

Single s(3.402823E+10F);
String^ mySStr = "3.402823E+10";
Console::WriteLine( TypeDescriptor::GetConverter( s )->ConvertTo( s, String::typeid ) );
Console::WriteLine( TypeDescriptor::GetConverter( s )->ConvertFrom( mySStr ) );

.NET Framework
Available since 1.1

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

Return to top
Show: