W3cubDocs

/Haxe C#

Int32

package cs.system

extends ValueType

implements IComparable, IComparable_1<Int>, IEquatable_1<Int>, IConvertible, IFormattable

@:struct@:final@:libType@:csNative@:native("System.Int32") Available on cs

Methods

@:final @:overload CompareTo (value:Dynamic):Int

@:final @:overload CompareTo (value:Int):Int

@:final @:overload GetTypeCode ():TypeCode

Static variables

@:readOnly static read only MaxValue:Int

@:readOnly static read only MinValue:Int

Static methods

@:final @:overload static Parse (s:String, provider:IFormatProvider):Int

@:final @:overload static Parse (s:String, style:NumberStyles, provider:IFormatProvider):Int

@:final @:overload static Parse (s:String):Int

@:final @:overload static Parse (s:String, style:NumberStyles):Int

@:final @:overload static TryParse (s:String, result:Out<Int>):Bool

@:final @:overload static TryParse (s:String, style:NumberStyles, provider:IFormatProvider, result:Out<Int>):Bool

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Int32.html