This documentation is archived and is not being maintained.
Conversion Class
Visual Studio 2010
The Conversion module contains the procedures used to perform various conversion operations.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
The Conversion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CTypeDynamic(Object, Type) | Converts an object to the specified type. |
![]() ![]() | CTypeDynamic<TargetType>(Object) | Converts an object to the specified generic type. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | ErrorToString() | Returns the error message that corresponds to a given error number. |
![]() ![]() | ErrorToString(Int32) | Returns the error message that corresponds to a given error number. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | Fix(Decimal) | Return the integer portion of a number. |
![]() ![]() | Fix(Double) | Return the integer portion of a number. |
![]() ![]() | Fix(Int16) | Return the integer portion of a number. |
![]() ![]() | Fix(Int32) | Return the integer portion of a number. |
![]() ![]() | Fix(Int64) | Return the integer portion of a number. |
![]() ![]() | Fix(Object) | Return the integer portion of a number. |
![]() ![]() | Fix(Single) | Return the integer portion of a number. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Hex(Byte) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(Int16) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(Int32) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(Int64) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(Object) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(SByte) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(UInt16) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(UInt32) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Hex(UInt64) | Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Int(Decimal) | Return the integer portion of a number. |
![]() ![]() | Int(Double) | Return the integer portion of a number. |
![]() ![]() | Int(Int16) | Return the integer portion of a number. |
![]() ![]() | Int(Int32) | Return the integer portion of a number. |
![]() ![]() | Int(Int64) | Return the integer portion of a number. |
![]() ![]() | Int(Object) | Return the integer portion of a number. |
![]() ![]() | Int(Single) | Return the integer portion of a number. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Oct(Byte) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(Int16) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(Int32) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(Int64) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(Object) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(SByte) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(UInt16) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(UInt32) | Returns a string representing the octal value of a number. |
![]() ![]() | Oct(UInt64) | Returns a string representing the octal value of a number. |
![]() ![]() | Str | Returns a String representation of a number. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Val(Char) | Returns the numbers contained in a string as a numeric value of appropriate type. |
![]() ![]() | Val(Object) | Returns the numbers contained in a string as a numeric value of appropriate type. |
![]() ![]() | Val(String) | Returns the numbers contained in a string as a numeric value of appropriate type. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
