HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface IConvertible

package cs.system

extended by Char, DateTime, Decimal, Double, Enum, Int32, Int64, String, UInt32

@:directlyUsed@:nativeGen@:abstract@:libType@:csNative@:native("System.IConvertible")

Available on cs

Methods

GetTypeCode():TypeCode

ToBoolean(provider:IFormatProvider):Bool

ToByte(provider:IFormatProvider):UInt8

ToChar(provider:IFormatProvider):Char16

ToDateTime(provider:IFormatProvider):DateTime

ToDecimal(provider:IFormatProvider):Decimal

ToDouble(provider:IFormatProvider):Float

ToInt16(provider:IFormatProvider):Int16

ToInt32(provider:IFormatProvider):Int

ToInt64(provider:IFormatProvider):Int64

ToSByte(provider:IFormatProvider):Int8

ToSingle(provider:IFormatProvider):Single

ToString(provider:IFormatProvider):String

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

ToUInt16(provider:IFormatProvider):UInt16

ToUInt32(provider:IFormatProvider):UInt

ToUInt64(provider:IFormatProvider):UInt64

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe