Table of Contents

Class ScientificNumberFormatter

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class ScientificNumberFormatter : JVMBridgeBase<ScientificNumberFormatter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
ScientificNumberFormatter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ScientificNumberFormatter>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ScientificNumberFormatter>.IsAssignableFrom<T>()
JVMBridgeBase<ScientificNumberFormatter>.Execute<T>(params T[])
JVMBridgeBase<ScientificNumberFormatter>.DynBridgeClazz
JVMBridgeBase<ScientificNumberFormatter>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ScientificNumberFormatter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ScientificNumberFormatter()

ScientificNumberFormatter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ScientificNumberFormatter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Format(object)

public String Format(object arg0)

Parameters

arg0 object

object

Returns

String

String

GetMarkupInstance(DecimalFormat, String, String)

public static ScientificNumberFormatter GetMarkupInstance(DecimalFormat arg0, String arg1, String arg2)

Parameters

arg0 DecimalFormat

DecimalFormat

arg1 String

String

arg2 String

String

Returns

ScientificNumberFormatter

ScientificNumberFormatter

GetMarkupInstance(ULocale, String, String)

public static ScientificNumberFormatter GetMarkupInstance(ULocale arg0, String arg1, String arg2)

Parameters

arg0 ULocale

ULocale

arg1 String

String

arg2 String

String

Returns

ScientificNumberFormatter

ScientificNumberFormatter

GetSuperscriptInstance(DecimalFormat)

public static ScientificNumberFormatter GetSuperscriptInstance(DecimalFormat arg0)

Parameters

arg0 DecimalFormat

DecimalFormat

Returns

ScientificNumberFormatter

ScientificNumberFormatter

GetSuperscriptInstance(ULocale)

public static ScientificNumberFormatter GetSuperscriptInstance(ULocale arg0)

Parameters

arg0 ULocale

ULocale

Returns

ScientificNumberFormatter

ScientificNumberFormatter