CompilerServices.Conversions

Overview

Location

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

 

constructor  protected Cooper, Island

 

constructor

 

CompilerServices.Conversions()

 

init()

 

CompilerServices.Conversions()

 

Sub New()

ToBoolean (Object): not nullable Boolean  virtual

 

class method ToBoolean(aValue: Object): not nullable Boolean

 

static Boolean! ToBoolean(Object aValue)

 

static func ToBoolean(_ aValue: Object) -> Boolean

 

static Boolean ToBoolean(Object aValue)

 

Shared Function ToBoolean(aValue As Object) As Boolean

Parameters:

  • aValue:

ToBoolean (String): not nullable Boolean  virtual

 

class method ToBoolean(aValue: String): not nullable Boolean

 

static Boolean! ToBoolean(String aValue)

 

static func ToBoolean(_ aValue: String) -> Boolean

 

static Boolean ToBoolean(String aValue)

 

Shared Function ToBoolean(aValue As String) As Boolean

Parameters:

  • aValue:

ToByte (Object): not nullable Byte  virtual

 

class method ToByte(aValue: Object): not nullable Byte

 

static Byte! ToByte(Object aValue)

 

static func ToByte(_ aValue: Object) -> Byte

 

static Byte ToByte(Object aValue)

 

Shared Function ToByte(aValue As Object) As Byte

Parameters:

  • aValue:

ToByte (String): not nullable Byte  virtual

 

class method ToByte(aValue: String): not nullable Byte

 

static Byte! ToByte(String aValue)

 

static func ToByte(_ aValue: String) -> Byte

 

static Byte ToByte(String aValue)

 

Shared Function ToByte(aValue As String) As Byte

Parameters:

  • aValue:

ToChar (Object): not nullable Char  virtual

 

class method ToChar(aValue: Object): not nullable Char

 

static Char! ToChar(Object aValue)

 

static func ToChar(_ aValue: Object) -> Char

 

static Char ToChar(Object aValue)

 

Shared Function ToChar(aValue As Object) As Char

Parameters:

  • aValue:

ToChar (String): not nullable Char  virtual

 

class method ToChar(aValue: String): not nullable Char

 

static Char! ToChar(String aValue)

 

static func ToChar(_ aValue: String) -> Char

 

static Char ToChar(String aValue)

 

Shared Function ToChar(aValue As String) As Char

Parameters:

  • aValue:

ToDate (Object): not nullable DateTime  virtual

 

class method ToDate(aValue: Object): not nullable DateTime

 

static DateTime! ToDate(Object aValue)

 

static func ToDate(_ aValue: Object) -> DateTime

 

static DateTime ToDate(Object aValue)

 

Shared Function ToDate(aValue As Object) As DateTime

Parameters:

  • aValue:

ToDate (String): not nullable DateTime  virtual

 

class method ToDate(aValue: String): not nullable DateTime

 

static DateTime! ToDate(String aValue)

 

static func ToDate(_ aValue: String) -> DateTime

 

static DateTime ToDate(String aValue)

 

Shared Function ToDate(aValue As String) As DateTime

Parameters:

  • aValue:

ToDouble (Object): not nullable Double  virtual

 

class method ToDouble(aValue: Object): not nullable Double

 

static Double! ToDouble(Object aValue)

 

static func ToDouble(_ aValue: Object) -> Double

 

static Double ToDouble(Object aValue)

 

Shared Function ToDouble(aValue As Object) As Double

Parameters:

  • aValue:

ToDouble (String): not nullable Double  virtual

 

class method ToDouble(aValue: String): not nullable Double

 

static Double! ToDouble(String aValue)

 

static func ToDouble(_ aValue: String) -> Double

 

static Double ToDouble(String aValue)

 

Shared Function ToDouble(aValue As String) As Double

Parameters:

  • aValue:

ToInteger (Object): not nullable Int32  virtual

 

class method ToInteger(aValue: Object): not nullable Int32

 

static Int32! ToInteger(Object aValue)

 

static func ToInteger(_ aValue: Object) -> Int32

 

static Integer ToInteger(Object aValue)

 

Shared Function ToInteger(aValue As Object) As Int32

Parameters:

  • aValue:

ToInteger (String): not nullable Int32  virtual

 

class method ToInteger(aValue: String): not nullable Int32

 

static Int32! ToInteger(String aValue)

 

static func ToInteger(_ aValue: String) -> Int32

 

static Integer ToInteger(String aValue)

 

Shared Function ToInteger(aValue As String) As Int32

Parameters:

  • aValue:

ToLong (Object): not nullable Int64  virtual

 

class method ToLong(aValue: Object): not nullable Int64

 

static Int64! ToLong(Object aValue)

 

static func ToLong(_ aValue: Object) -> Int64

 

static Int64 ToLong(Object aValue)

 

Shared Function ToLong(aValue As Object) As Int64

Parameters:

  • aValue:

ToLong (String): not nullable Int64  virtual

 

class method ToLong(aValue: String): not nullable Int64

 

static Int64! ToLong(String aValue)

 

static func ToLong(_ aValue: String) -> Int64

 

static Int64 ToLong(String aValue)

 

Shared Function ToLong(aValue As String) As Int64

Parameters:

  • aValue:

ToSByte (Object): not nullable SByte  virtual

 

class method ToSByte(aValue: Object): not nullable SByte

 

static SByte! ToSByte(Object aValue)

 

static func ToSByte(_ aValue: Object) -> SByte

 

static SByte ToSByte(Object aValue)

 

Shared Function ToSByte(aValue As Object) As SByte

Parameters:

  • aValue:

ToSByte (String): not nullable SByte  virtual

 

class method ToSByte(aValue: String): not nullable SByte

 

static SByte! ToSByte(String aValue)

 

static func ToSByte(_ aValue: String) -> SByte

 

static SByte ToSByte(String aValue)

 

Shared Function ToSByte(aValue As String) As SByte

Parameters:

  • aValue:

ToShort (Object): not nullable Int16  virtual

 

class method ToShort(aValue: Object): not nullable Int16

 

static Int16! ToShort(Object aValue)

 

static func ToShort(_ aValue: Object) -> Int16

 

static SmallInt ToShort(Object aValue)

 

Shared Function ToShort(aValue As Object) As Int16

Parameters:

  • aValue:

ToShort (String): not nullable Int16  virtual

 

class method ToShort(aValue: String): not nullable Int16

 

static Int16! ToShort(String aValue)

 

static func ToShort(_ aValue: String) -> Int16

 

static SmallInt ToShort(String aValue)

 

Shared Function ToShort(aValue As String) As Int16

Parameters:

  • aValue:

ToSingle (Object): not nullable Single  virtual

 

class method ToSingle(aValue: Object): not nullable Single

 

static Single! ToSingle(Object aValue)

 

static func ToSingle(_ aValue: Object) -> Single

 

static Single ToSingle(Object aValue)

 

Shared Function ToSingle(aValue As Object) As Single

Parameters:

  • aValue:

ToSingle (String): not nullable Single  virtual

 

class method ToSingle(aValue: String): not nullable Single

 

static Single! ToSingle(String aValue)

 

static func ToSingle(_ aValue: String) -> Single

 

static Single ToSingle(String aValue)

 

Shared Function ToSingle(aValue As String) As Single

Parameters:

  • aValue:

ToUInteger (Object): not nullable UInt32  virtual

 

class method ToUInteger(aValue: Object): not nullable UInt32

 

static UInt32! ToUInteger(Object aValue)

 

static func ToUInteger(_ aValue: Object) -> UInt32

 

static Cardinal ToUInteger(Object aValue)

 

Shared Function ToUInteger(aValue As Object) As UInt32

Parameters:

  • aValue:

ToUInteger (String): not nullable UInt32  virtual

 

class method ToUInteger(aValue: String): not nullable UInt32

 

static UInt32! ToUInteger(String aValue)

 

static func ToUInteger(_ aValue: String) -> UInt32

 

static Cardinal ToUInteger(String aValue)

 

Shared Function ToUInteger(aValue As String) As UInt32

Parameters:

  • aValue:

ToULong (Object): not nullable UInt64  virtual

 

class method ToULong(aValue: Object): not nullable UInt64

 

static UInt64! ToULong(Object aValue)

 

static func ToULong(_ aValue: Object) -> UInt64

 

static UInt64 ToULong(Object aValue)

 

Shared Function ToULong(aValue As Object) As UInt64

Parameters:

  • aValue:

ToULong (String): not nullable UInt64  virtual

 

class method ToULong(aValue: String): not nullable UInt64

 

static UInt64! ToULong(String aValue)

 

static func ToULong(_ aValue: String) -> UInt64

 

static UInt64 ToULong(String aValue)

 

Shared Function ToULong(aValue As String) As UInt64

Parameters:

  • aValue:

ToUShort (Object): not nullable UInt16  virtual

 

class method ToUShort(aValue: Object): not nullable UInt16

 

static UInt16! ToUShort(Object aValue)

 

static func ToUShort(_ aValue: Object) -> UInt16

 

static Word ToUShort(Object aValue)

 

Shared Function ToUShort(aValue As Object) As UInt16

Parameters:

  • aValue:

ToUShort (String): not nullable UInt16  virtual

 

class method ToUShort(aValue: String): not nullable UInt16

 

static UInt16! ToUShort(String aValue)

 

static func ToUShort(_ aValue: String) -> UInt16

 

static Word ToUShort(String aValue)

 

Shared Function ToUShort(aValue As String) As UInt16

Parameters:

  • aValue:

 

ToBoolean (Object): not nullable Boolean  virtual

 

class method ToBoolean(aValue: Object): not nullable Boolean

 

static Boolean! ToBoolean(Object aValue)

 

static func ToBoolean(_ aValue: Object) -> Boolean

 

static Boolean ToBoolean(Object aValue)

 

Shared Function ToBoolean(aValue As Object) As Boolean

Parameters:

  • aValue:

ToBoolean (String): not nullable Boolean  virtual

 

class method ToBoolean(aValue: String): not nullable Boolean

 

static Boolean! ToBoolean(String aValue)

 

static func ToBoolean(_ aValue: String) -> Boolean

 

static Boolean ToBoolean(String aValue)

 

Shared Function ToBoolean(aValue As String) As Boolean

Parameters:

  • aValue:

ToByte (Object): not nullable Byte  virtual

 

class method ToByte(aValue: Object): not nullable Byte

 

static Byte! ToByte(Object aValue)

 

static func ToByte(_ aValue: Object) -> Byte

 

static Byte ToByte(Object aValue)

 

Shared Function ToByte(aValue As Object) As Byte

Parameters:

  • aValue:

ToByte (String): not nullable Byte  virtual

 

class method ToByte(aValue: String): not nullable Byte

 

static Byte! ToByte(String aValue)

 

static func ToByte(_ aValue: String) -> Byte

 

static Byte ToByte(String aValue)

 

Shared Function ToByte(aValue As String) As Byte

Parameters:

  • aValue:

ToChar (Object): not nullable Char  virtual

 

class method ToChar(aValue: Object): not nullable Char

 

static Char! ToChar(Object aValue)

 

static func ToChar(_ aValue: Object) -> Char

 

static Char ToChar(Object aValue)

 

Shared Function ToChar(aValue As Object) As Char

Parameters:

  • aValue:

ToChar (String): not nullable Char  virtual

 

class method ToChar(aValue: String): not nullable Char

 

static Char! ToChar(String aValue)

 

static func ToChar(_ aValue: String) -> Char

 

static Char ToChar(String aValue)

 

Shared Function ToChar(aValue As String) As Char

Parameters:

  • aValue:

ToDate (Object): not nullable DateTime  virtual

 

class method ToDate(aValue: Object): not nullable DateTime

 

static DateTime! ToDate(Object aValue)

 

static func ToDate(_ aValue: Object) -> DateTime

 

static DateTime ToDate(Object aValue)

 

Shared Function ToDate(aValue As Object) As DateTime

Parameters:

  • aValue:

ToDate (String): not nullable DateTime  virtual

 

class method ToDate(aValue: String): not nullable DateTime

 

static DateTime! ToDate(String aValue)

 

static func ToDate(_ aValue: String) -> DateTime

 

static DateTime ToDate(String aValue)

 

Shared Function ToDate(aValue As String) As DateTime

Parameters:

  • aValue:

ToDouble (Object): not nullable Double  virtual

 

class method ToDouble(aValue: Object): not nullable Double

 

static Double! ToDouble(Object aValue)

 

static func ToDouble(_ aValue: Object) -> Double

 

static Double ToDouble(Object aValue)

 

Shared Function ToDouble(aValue As Object) As Double

Parameters:

  • aValue:

ToDouble (String): not nullable Double  virtual

 

class method ToDouble(aValue: String): not nullable Double

 

static Double! ToDouble(String aValue)

 

static func ToDouble(_ aValue: String) -> Double

 

static Double ToDouble(String aValue)

 

Shared Function ToDouble(aValue As String) As Double

Parameters:

  • aValue:

ToInteger (Object): not nullable Int32  virtual

 

class method ToInteger(aValue: Object): not nullable Int32

 

static Int32! ToInteger(Object aValue)

 

static func ToInteger(_ aValue: Object) -> Int32

 

static Integer ToInteger(Object aValue)

 

Shared Function ToInteger(aValue As Object) As Int32

Parameters:

  • aValue:

ToInteger (String): not nullable Int32  virtual

 

class method ToInteger(aValue: String): not nullable Int32

 

static Int32! ToInteger(String aValue)

 

static func ToInteger(_ aValue: String) -> Int32

 

static Integer ToInteger(String aValue)

 

Shared Function ToInteger(aValue As String) As Int32

Parameters:

  • aValue:

ToLong (Object): not nullable Int64  virtual

 

class method ToLong(aValue: Object): not nullable Int64

 

static Int64! ToLong(Object aValue)

 

static func ToLong(_ aValue: Object) -> Int64

 

static Int64 ToLong(Object aValue)

 

Shared Function ToLong(aValue As Object) As Int64

Parameters:

  • aValue:

ToLong (String): not nullable Int64  virtual

 

class method ToLong(aValue: String): not nullable Int64

 

static Int64! ToLong(String aValue)

 

static func ToLong(_ aValue: String) -> Int64

 

static Int64 ToLong(String aValue)

 

Shared Function ToLong(aValue As String) As Int64

Parameters:

  • aValue:

ToSByte (Object): not nullable SByte  virtual

 

class method ToSByte(aValue: Object): not nullable SByte

 

static SByte! ToSByte(Object aValue)

 

static func ToSByte(_ aValue: Object) -> SByte

 

static SByte ToSByte(Object aValue)

 

Shared Function ToSByte(aValue As Object) As SByte

Parameters:

  • aValue:

ToSByte (String): not nullable SByte  virtual

 

class method ToSByte(aValue: String): not nullable SByte

 

static SByte! ToSByte(String aValue)

 

static func ToSByte(_ aValue: String) -> SByte

 

static SByte ToSByte(String aValue)

 

Shared Function ToSByte(aValue As String) As SByte

Parameters:

  • aValue:

ToShort (Object): not nullable Int16  virtual

 

class method ToShort(aValue: Object): not nullable Int16

 

static Int16! ToShort(Object aValue)

 

static func ToShort(_ aValue: Object) -> Int16

 

static SmallInt ToShort(Object aValue)

 

Shared Function ToShort(aValue As Object) As Int16

Parameters:

  • aValue:

ToShort (String): not nullable Int16  virtual

 

class method ToShort(aValue: String): not nullable Int16

 

static Int16! ToShort(String aValue)

 

static func ToShort(_ aValue: String) -> Int16

 

static SmallInt ToShort(String aValue)

 

Shared Function ToShort(aValue As String) As Int16

Parameters:

  • aValue:

ToSingle (Object): not nullable Single  virtual

 

class method ToSingle(aValue: Object): not nullable Single

 

static Single! ToSingle(Object aValue)

 

static func ToSingle(_ aValue: Object) -> Single

 

static Single ToSingle(Object aValue)

 

Shared Function ToSingle(aValue As Object) As Single

Parameters:

  • aValue:

ToSingle (String): not nullable Single  virtual

 

class method ToSingle(aValue: String): not nullable Single

 

static Single! ToSingle(String aValue)

 

static func ToSingle(_ aValue: String) -> Single

 

static Single ToSingle(String aValue)

 

Shared Function ToSingle(aValue As String) As Single

Parameters:

  • aValue:

ToUInteger (Object): not nullable UInt32  virtual

 

class method ToUInteger(aValue: Object): not nullable UInt32

 

static UInt32! ToUInteger(Object aValue)

 

static func ToUInteger(_ aValue: Object) -> UInt32

 

static Cardinal ToUInteger(Object aValue)

 

Shared Function ToUInteger(aValue As Object) As UInt32

Parameters:

  • aValue:

ToUInteger (String): not nullable UInt32  virtual

 

class method ToUInteger(aValue: String): not nullable UInt32

 

static UInt32! ToUInteger(String aValue)

 

static func ToUInteger(_ aValue: String) -> UInt32

 

static Cardinal ToUInteger(String aValue)

 

Shared Function ToUInteger(aValue As String) As UInt32

Parameters:

  • aValue:

ToULong (Object): not nullable UInt64  virtual

 

class method ToULong(aValue: Object): not nullable UInt64

 

static UInt64! ToULong(Object aValue)

 

static func ToULong(_ aValue: Object) -> UInt64

 

static UInt64 ToULong(Object aValue)

 

Shared Function ToULong(aValue As Object) As UInt64

Parameters:

  • aValue:

ToULong (String): not nullable UInt64  virtual

 

class method ToULong(aValue: String): not nullable UInt64

 

static UInt64! ToULong(String aValue)

 

static func ToULong(_ aValue: String) -> UInt64

 

static UInt64 ToULong(String aValue)

 

Shared Function ToULong(aValue As String) As UInt64

Parameters:

  • aValue:

ToUShort (Object): not nullable UInt16  virtual

 

class method ToUShort(aValue: Object): not nullable UInt16

 

static UInt16! ToUShort(Object aValue)

 

static func ToUShort(_ aValue: Object) -> UInt16

 

static Word ToUShort(Object aValue)

 

Shared Function ToUShort(aValue As Object) As UInt16

Parameters:

  • aValue:

ToUShort (String): not nullable UInt16  virtual

 

class method ToUShort(aValue: String): not nullable UInt16

 

static UInt16! ToUShort(String aValue)

 

static func ToUShort(_ aValue: String) -> UInt16

 

static Word ToUShort(String aValue)

 

Shared Function ToUShort(aValue As String) As UInt16

Parameters:

  • aValue:

 

constructor  protected Cooper, Island

 

constructor

 

CompilerServices.Conversions()

 

init()

 

CompilerServices.Conversions()

 

Sub New()