AdvFormatter Class

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.8875.19074
C#
public class AdvFormatter : IFormatProvider, 
	ICustomFormatter
Inheritance
Object    AdvFormatter
Implements
ICustomFormatter, IFormatProvider

Constructors

AdvFormatterInitializes a new instance of the AdvFormatter class

Properties

Methods

Double2String(Double, String) 
Double2String(Double, String, RoundMode) 
Double2String(Double, String, IFormatProvider) 
Double2String(Double, String, String) 
Double2String(Double, String, RoundMode, IFormatProvider) 
Double2String(Double, String, RoundMode, String) 
Double2String(Double, String, IFormatProvider, String) 
Double2String(Double, String, RoundMode, IFormatProvider, String) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Format 
GetFormat 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
String2Double 
String2Range 
ToStringReturns a string that represents the current object.
(Inherited from Object)
ValueAndUnc2String(Double, Double, String, Int32) 
ValueAndUnc2String(Double, Double, String, Int32, IFormatProvider) 

See Also