C# Class System.Number

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
FormatDecimal ( Decimal value, String format, NumberFormatInfo info ) : String
FormatDouble ( double value, String format, NumberFormatInfo info ) : String
FormatInt32 ( int value, String format, NumberFormatInfo info ) : String
FormatInt64 ( long value, String format, NumberFormatInfo info ) : String
FormatSingle ( float value, String format, NumberFormatInfo info ) : String
FormatUInt32 ( uint value, String format, NumberFormatInfo info ) : String
FormatUInt64 ( ulong value, String format, NumberFormatInfo info ) : String
HexNumberToInt32 ( NumberBuffer &number, Int32 &value ) : Boolean
HexNumberToInt64 ( NumberBuffer &number, Int64 &value ) : Boolean
HexNumberToUInt32 ( NumberBuffer &number, UInt32 &value ) : Boolean
HexNumberToUInt64 ( NumberBuffer &number, UInt64 &value ) : Boolean
IsWhite ( char ch ) : Boolean
MatchChars ( char p, char str ) : char*
MatchChars ( char p, string str ) : char*
Number ( ) : System
NumberBufferToDecimal ( byte number, Decimal &value ) : Boolean
NumberBufferToDouble ( byte number, Double &value ) : Boolean
NumberToInt32 ( NumberBuffer &number, Int32 &value ) : Boolean
NumberToInt64 ( NumberBuffer &number, Int64 &value ) : Boolean
NumberToUInt32 ( NumberBuffer &number, UInt32 &value ) : Boolean
NumberToUInt64 ( NumberBuffer &number, UInt64 &value ) : Boolean
ParseDecimal ( String value, NumberStyles options, NumberFormatInfo numfmt ) : Decimal
ParseDouble ( String value, NumberStyles options, NumberFormatInfo numfmt ) : Double
ParseInt32 ( String s, NumberStyles style, NumberFormatInfo info ) : Int32
ParseInt64 ( String value, NumberStyles options, NumberFormatInfo numfmt ) : Int64
ParseNumber ( char &str, NumberStyles options, NumberBuffer &number, NumberFormatInfo numfmt, Boolean parseDecimal ) : Boolean
ParseSingle ( String value, NumberStyles options, NumberFormatInfo numfmt ) : Single
ParseUInt32 ( String value, NumberStyles options, NumberFormatInfo numfmt ) : UInt32
ParseUInt64 ( String value, NumberStyles options, NumberFormatInfo numfmt ) : UInt64
StringToNumber ( String str, NumberStyles options, NumberBuffer &number, NumberFormatInfo info, Boolean parseDecimal ) : void
TrailingZeros ( String s, Int32 index ) : Boolean
TryParseDecimal ( String value, NumberStyles options, NumberFormatInfo numfmt, Decimal &result ) : Boolean
TryParseDouble ( String value, NumberStyles options, NumberFormatInfo numfmt, Double &result ) : Boolean
TryParseInt32 ( String s, NumberStyles style, NumberFormatInfo info, Int32 &result ) : Boolean
TryParseInt64 ( String s, NumberStyles style, NumberFormatInfo info, Int64 &result ) : Boolean
TryParseSingle ( String value, NumberStyles options, NumberFormatInfo numfmt, Single &result ) : Boolean
TryParseUInt32 ( String s, NumberStyles style, NumberFormatInfo info, UInt32 &result ) : Boolean
TryParseUInt64 ( String s, NumberStyles style, NumberFormatInfo info, UInt64 &result ) : Boolean
TryStringToNumber ( String str, NumberStyles options, NumberBuffer &number, NumberFormatInfo numfmt, Boolean parseDecimal ) : Boolean