RanorexRanorex Documentation
ValueConverter Class
NamespacesRanorex.CoreValueConverter
Supports converting strings to various types.
Declaration Syntax
C#Visual BasicVisual C++
public class ValueConverter
Public Class ValueConverter
public ref class ValueConverter
Members
All MembersConstructorsMethods



IconMemberDescription
ValueConverter()()()
Initializes a new instance of the ValueConverter class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromString<(Of <(T>)>)(String)
Creates an instance of the specified type from string data.

FromString(String, Type)
Creates an instance of the specified type from string data.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToFriendlyString(Object)
Creates a human readable string representation of an object.

ToString(Object)
Creates a string representation of an object.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ValueConverter

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)