Utility
(static) Encoding UTF8( get; )
(static) Encoding UTF8WithEncoding( get; )
(static) TOutput b__0( TInput value )
(static) void AssignRandomFacialHair( Mobile m )
(static) void AssignRandomFacialHair( Mobile m, bool randomHue )
(static) void AssignRandomFacialHair( Mobile m, int hue )
(static) void AssignRandomHair( Mobile m )
(static) void AssignRandomHair( Mobile m, int hue )
(static) void AssignRandomHair( Mobile m, bool randomHue )
(static) ArrayList BuildArrayList( IEnumerable enumerable )
(static) List<TOutput> CastConvertList( List<TInput> list )
(static) int ClipDyedHue( int hue )
(static) int ClipHairHue( int hue )
(static) int ClipSkinHue( int hue )
(static) int Dice( int numDice, int numSides, int bonus )
(static) string FixHtml( string str )
(static) void FixPoints( ref Point3D top, ref Point3D bottom )
(static) void FormatBuffer( TextWriter output, Stream input, int length )
(static) int GetAddressValue( IPAddress address )
(static) object GetArrayCap( Array array, int index )
(static) object GetArrayCap( Array array, int index, object emptyValue )
(static) string GetAttribute( XmlElement node, string attributeName )
(static) string GetAttribute( XmlElement node, string attributeName, string defaultValue )
(static) Direction GetDirection( IPoint2D from, IPoint2D to )
(static) long GetLongAddressValue( IPAddress address )
(static) string GetText( XmlElement node, string defaultValue )
(static) DateTime GetXMLDateTime( string dateTimeString, DateTime defaultValue )
(static) DateTimeOffset GetXMLDateTimeOffset( string dateTimeOffsetString, DateTimeOffset defaultValue )
(static) int GetXMLInt32( string intString, int defaultValue )
(static) TimeSpan GetXMLTimeSpan( string timeSpanString, TimeSpan defaultValue )
(static) bool InRange( Point3D p1, Point3D p2, int range )
(static) int InsensitiveCompare( string first, string second )
(static) bool InsensitiveStartsWith( string first, string second )
(static) void Intern( ref IPAddress ipAddress )
(static) string Intern( string str )
(static) void Intern( ref string str )
(static) IPAddress Intern( IPAddress ipAddress )
(static) bool InUpdateRange( Point2D p1, Point2D p2 )
(static) bool InUpdateRange( IPoint2D p1, IPoint2D p2 )
(static) bool InUpdateRange( Point3D p1, Point3D p2 )
(static) bool IPMatch( string val, IPAddress ip )
(static) bool IPMatch( string val, IPAddress ip, ref bool valid )
(static) bool IPMatchCIDR( string cidr, IPAddress ip )
(static) bool IPMatchCIDR( IPAddress cidrPrefix, IPAddress ip, int cidrLength )
(static) bool IPMatchCIDR( uint cidrPrefixValue, IPAddress ip, int cidrLength )
(static) bool IPMatchCIDR( uint cidrPrefixValue, uint ipValue, int cidrLength )
(static) bool IPMatchClassC( IPAddress ip1, IPAddress ip2 )
(static) bool IsValidIP( string text )
(static) bool NumberBetween( double num, int bound1, int bound2, double allowance )
(static) uint OrderedAddressValue( byte[] bytes )
(static) void PopColor()
(static) void PushColor( ConsoleColor color )
(static) int Random( int count )
(static) int Random( int from, int count )
(static) int RandomAnimalHue()
(static) int RandomBirdHue()
(static) int RandomBlueHue()
(static) bool RandomBool()
(static) int RandomBrightHue()
(static) void RandomBytes( byte[] buffer )
(static) SkillName RandomCombatSkill()
(static) SkillName RandomCraftSkill()
(static) double RandomDouble()
(static) int RandomDyedHue()
(static) int RandomGreenHue()
(static) int RandomHairHue()
(static) int RandomList( int[] list )
(static) int RandomMetalHue()
(static) int RandomMinMax( int min, int max )
(static) int RandomNeutralHue()
(static) int RandomNondyedHue()
(static) int RandomOrangeHue()
(static) int RandomPinkHue()
(static) int RandomRedHue()
(static) SkillName RandomSkill()
(static) int RandomSkinHue()
(static) int RandomSlimeHue()
(static) int RandomSnakeHue()
(static) int RandomYellowHue()
(static) bool RangeCheck( IPoint2D p1, IPoint2D p2, int range )
(static) List<TOutput> SafeConvertList( List<TInput> list )
(static) void Separate( StringBuilder sb, string value, string separator )
(static) uint SwapUnsignedInt( uint source )
(static) bool ToBoolean( string value )
(static) double ToDouble( string value )
(static) int ToInt32( string value )
(static) TimeSpan ToTimeSpan( string value )
(static) bool TryConvertIPv6toIPv4( ref IPAddress address )