Beef Corlib
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
System.UInt32 Struct Reference
Inheritance diagram for System.UInt32:
System.IMinMaxValue< uint32 > IParseable< uint32 > IParseable< uint32, ParseError > System.IIsNaN System.IFormattable System.IHashable System.IUnsigned System.IInteger

Classes

struct  ParseError
 

Public Member Functions

int GetHashCode ()
 
override void ToString (String strBuffer)
 
void ToString (String strBuffer, int minNumerals)
 
void ToString (String outString, String format, IFormatProvider formatProvider)
 

Static Public Member Functions

static int operator<=> (Self a, Self b)
 
static Self operator+ (Self lhs, Self rhs)
 
static Self operator- (Self lhs, Self rhs)
 
static Self operator* (Self lhs, Self rhs)
 
static Self operator/ (Self lhs, Self rhs)
 
static Result< uint32, ParseErrorParse (StringView val, NumberStyles style=.Number, CultureInfo cultureInfo=null)
 
static Result< uint32, ParseError > IParseable< uint32, ParseError >. Parse (StringView val)
 
static Result< uint32 > IParseable< uint32 >. Parse (StringView val)
 
- Static Public Member Functions inherited from IParseable< uint32, ParseError >
static Result< T > Parse (StringView val)
 
static Result< T, TErr > Parse (StringView val)
 
- Static Public Member Functions inherited from IParseable< uint32 >
static Result< T > Parse (StringView val)
 
static Result< T, TErr > Parse (StringView val)
 

Static Public Attributes

const uint32 MaxValue = 0xFFFFFFFFL
 
const uint32 MinValue = 0
 
static uint32 IMinMaxValue< uint32 >. MinValue => MinValue
 
static uint32 IMinMaxValue< uint32 >. MaxValue => MaxValue
 

Properties

bool IIsNaN. IsNaN [get]
 
- Properties inherited from System.IIsNaN
bool IsNaN [get]
 
- Properties inherited from System.IMinMaxValue< uint32 >
static T MinValue [get]
 
static T MaxValue [get]