W3cubDocs

/Haxe C#

UInt32

package cs.system

extends ValueType

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

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

Methods

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

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

@:final @:overload GetTypeCode ():TypeCode

Static variables

@:readOnly static read only MaxValue:UInt

@:readOnly static read only MinValue:UInt

Static methods

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

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

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

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

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

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

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