C# Class System.Base2

显示文件 Open project: ellipticbit/systemutilities

Public Methods

Method Description
Base2 ( decimal Bytes )
Base2 ( ulong Bits )
Parse ( string Value, Base2ParseMode ParseMode, bool Round ) : Base2
ToString ( ) : string
TryParse ( string Value, Base2ParseMode ParseMode, bool Round, Base2 &Return ) : bool

Method Details

Base2() public method

public Base2 ( decimal Bytes )
Bytes decimal

Base2() public method

public Base2 ( ulong Bits )
Bits ulong

Parse() public static method

public static Parse ( string Value, Base2ParseMode ParseMode, bool Round ) : Base2
Value string
ParseMode Base2ParseMode
Round bool
return Base2

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string Value, Base2ParseMode ParseMode, bool Round, Base2 &Return ) : bool
Value string
ParseMode Base2ParseMode
Round bool
Return Base2
return bool