IConvertible

cs.system.IConvertible (extern interface) → Byte, Char, DateTime, Decimal, Double, Enum, Int32, Int64, String, UInt32

Instance Members

GetTypeCode(): Anonymous
Returns
Anonymous

ToBoolean(provider: IFormatProvider): Bool
Name Type
provider IFormatProvider
Returns
Bool

ToByte(provider: IFormatProvider): cs.types.UInt8
Name Type
provider IFormatProvider
Returns
cs.types.UInt8

Name Type
provider IFormatProvider
Returns
cs.types.Char16

ToDateTime(provider: IFormatProvider): DateTime
Name Type
provider IFormatProvider
Returns
DateTime

ToDecimal(provider: IFormatProvider): Decimal
Name Type
provider IFormatProvider
Returns
Decimal

ToDouble(provider: IFormatProvider): Float
Name Type
provider IFormatProvider
Returns
Float

ToInt16(provider: IFormatProvider): cs.types.Int16
Name Type
provider IFormatProvider
Returns
cs.types.Int16

ToInt32(provider: IFormatProvider): Int
Name Type
provider IFormatProvider
Returns
Int

ToInt64(provider: IFormatProvider): haxe.Int64
Name Type
provider IFormatProvider
Returns
haxe.Int64

ToSByte(provider: IFormatProvider): cs.types.Int8
Name Type
provider IFormatProvider
Returns
cs.types.Int8

ToSingle(provider: IFormatProvider): Single
Name Type
provider IFormatProvider
Returns
Single

ToString(provider: IFormatProvider): String
Name Type
provider IFormatProvider
Returns
String

ToType(conversionType: Type, provider: IFormatProvider): Dynamic
Name Type
conversionType Type
provider IFormatProvider
Returns
Dynamic

ToUInt16(provider: IFormatProvider): cs.types.UInt16
Name Type
provider IFormatProvider
Returns
cs.types.UInt16

ToUInt32(provider: IFormatProvider): UInt
Name Type
provider IFormatProvider
Returns
UInt

ToUInt64(provider: IFormatProvider): cs.types.UInt64
Name Type
provider IFormatProvider
Returns
cs.types.UInt64

Metadata

Name Parameters
:nativeGen -
:abstract -
:libType -
:csNative -