Table of Contents

Class DecimalStyle

Namespace
Java.Time.Format
Assembly
MASES.Netdroid.dll
public class DecimalStyle : JVMBridgeBase<DecimalStyle>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DecimalStyle
Implements
Extension Methods

Constructors

DecimalStyle(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DecimalStyle(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

STANDARD

public static DecimalStyle STANDARD { get; set; }

Property Value

DecimalStyle

Methods

GetAvailableLocales()

public static Set<Locale> GetAvailableLocales()

Returns

Set<Locale>

Set

GetDecimalSeparator()

public char GetDecimalSeparator()

Returns

char

char

GetNegativeSign()

public char GetNegativeSign()

Returns

char

char

GetPositiveSign()

public char GetPositiveSign()

Returns

char

char

GetZeroDigit()

public char GetZeroDigit()

Returns

char

char

Of(Locale)

public static DecimalStyle Of(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

DecimalStyle

DecimalStyle

OfDefaultLocale()

public static DecimalStyle OfDefaultLocale()

Returns

DecimalStyle

DecimalStyle

WithDecimalSeparator(char)

public DecimalStyle WithDecimalSeparator(char arg0)

Parameters

arg0 char

char

Returns

DecimalStyle

DecimalStyle

WithNegativeSign(char)

public DecimalStyle WithNegativeSign(char arg0)

Parameters

arg0 char

char

Returns

DecimalStyle

DecimalStyle

WithPositiveSign(char)

public DecimalStyle WithPositiveSign(char arg0)

Parameters

arg0 char

char

Returns

DecimalStyle

DecimalStyle

WithZeroDigit(char)

public DecimalStyle WithZeroDigit(char arg0)

Parameters

arg0 char

char

Returns

DecimalStyle

DecimalStyle