Conversion

Overview

Location

  • Reference:
    • Mercury.dll  .NET, .NET Standard 2.0
    • mercury.jar  Cooper
    • Mercury.fx  Island
    • libMercury.fx  Toffee
  • Namespace: RemObjects.Elements.Mercury

Class Methods


CTypeDynamic  virtual

 

class method CTypeDynamic(expression: Object; targetType: Type): dynamic

 

static dynamic CTypeDynamic(Object expression, Type targetType)

 

static func CTypeDynamic(_ expression: NSObject, _ targetType: Type) -> id

 

static dynamic CTypeDynamic(Object expression, Type targetType)

 

Shared Function CTypeDynamic(expression As Object, targetType As Type) As dynamic

Parameters:

  • expression:
  • targetType:

CTypeDynamic<T>  virtual

 

class method CTypeDynamic<T>(Expression: Object): T

 

static T CTypeDynamic<T>(Object Expression)

 

static func CTypeDynamic<T>(_ Expression: NSObject) -> T

 

static T CTypeDynamic<T>(Object Expression)

 

Shared Function CTypeDynamic<T>(Expression As Object) As T

Parameters:

  • Expression:

Val (Object): Double  virtual Cooper, Island, Toffee

 

class method Val(aValue: Object): Double

 

static Double Val(Object aValue)

 

static func Val(_ aValue: NSObject) -> Double

 

static Double Val(Object aValue)

 

Shared Function Val(aValue As Object) As Double

Parameters:

  • aValue:

Val (String): Double  virtual Cooper, Island, Toffee

 

class method Val(aValue: String): Double

 

static Double Val(String aValue)

 

static func Val(_ aValue: NSString) -> Double

 

static Double Val(String aValue)

 

Shared Function Val(aValue As String) As Double

Parameters:

  • aValue:

Instance Methods


constructor  protected Cooper, Island

 

constructor

 

Conversion()

 

init()

 

Conversion()

 

Sub New()