W3cubDocs

/Haxe C#

UInt32

package cs.system

extends ValueType

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

Available on cs

Methods

CompareTo (value:Dynamic):Int

CompareTo (value:UInt):Int

GetTypeCode ():TypeCode

Static variables

static read only MaxValue:UInt

static read only MinValue:UInt

Static methods

static Parse (s:String):UInt

static Parse (s:String, style:NumberStyles):UInt

static Parse (s:String, provider:IFormatProvider):UInt

static Parse (s:String, style:NumberStyles, provider:IFormatProvider):UInt

static TryParse (s:String, result:Out<UInt>):Bool

static TryParse (s:String, style:NumberStyles, provider:IFormatProvider, result:Out<UInt>):Bool

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/UInt32.html