public class NumberFormatInfo extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Globalization.NumberFormatInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Globalization.NumberFormatInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NumberFormatInfo() |
NumberFormatInfo(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberFormatInfo |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into NumberFormatInfo, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
int |
getCurrencyDecimalDigits() |
java.lang.String |
getCurrencyDecimalSeparator() |
java.lang.String |
getCurrencyGroupSeparator() |
int[] |
getCurrencyGroupSizes() |
int |
getCurrencyNegativePattern() |
int |
getCurrencyPositivePattern() |
java.lang.String |
getCurrencySymbol() |
static NumberFormatInfo |
getCurrentInfo() |
DigitShapes |
getDigitSubstitution() |
NetObject |
GetFormat(NetType formatType) |
static NumberFormatInfo |
GetInstance(IFormatProvider formatProvider) |
static NumberFormatInfo |
getInvariantInfo() |
boolean |
getIsReadOnly() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getNaNSymbol() |
java.lang.String[] |
getNativeDigits() |
java.lang.String |
getNegativeInfinitySymbol() |
java.lang.String |
getNegativeSign() |
int |
getNumberDecimalDigits() |
java.lang.String |
getNumberDecimalSeparator() |
java.lang.String |
getNumberGroupSeparator() |
int[] |
getNumberGroupSizes() |
int |
getNumberNegativePattern() |
int |
getPercentDecimalDigits() |
java.lang.String |
getPercentDecimalSeparator() |
java.lang.String |
getPercentGroupSeparator() |
int[] |
getPercentGroupSizes() |
int |
getPercentNegativePattern() |
int |
getPercentPositivePattern() |
java.lang.String |
getPercentSymbol() |
java.lang.String |
getPerMilleSymbol() |
java.lang.String |
getPositiveInfinitySymbol() |
java.lang.String |
getPositiveSign() |
static NumberFormatInfo |
ReadOnly(NumberFormatInfo nfi) |
void |
setCurrencyDecimalDigits(int CurrencyDecimalDigits) |
void |
setCurrencyDecimalSeparator(java.lang.String CurrencyDecimalSeparator) |
void |
setCurrencyGroupSeparator(java.lang.String CurrencyGroupSeparator) |
void |
setCurrencyGroupSizes(int[] CurrencyGroupSizes) |
void |
setCurrencyNegativePattern(int CurrencyNegativePattern) |
void |
setCurrencyPositivePattern(int CurrencyPositivePattern) |
void |
setCurrencySymbol(java.lang.String CurrencySymbol) |
void |
setDigitSubstitution(DigitShapes DigitSubstitution) |
void |
setJCOInstance(JCObject instance) |
void |
setNaNSymbol(java.lang.String NaNSymbol) |
void |
setNativeDigits(java.lang.String[] NativeDigits) |
void |
setNegativeInfinitySymbol(java.lang.String NegativeInfinitySymbol) |
void |
setNegativeSign(java.lang.String NegativeSign) |
void |
setNumberDecimalDigits(int NumberDecimalDigits) |
void |
setNumberDecimalSeparator(java.lang.String NumberDecimalSeparator) |
void |
setNumberGroupSeparator(java.lang.String NumberGroupSeparator) |
void |
setNumberGroupSizes(int[] NumberGroupSizes) |
void |
setNumberNegativePattern(int NumberNegativePattern) |
void |
setPercentDecimalDigits(int PercentDecimalDigits) |
void |
setPercentDecimalSeparator(java.lang.String PercentDecimalSeparator) |
void |
setPercentGroupSeparator(java.lang.String PercentGroupSeparator) |
void |
setPercentGroupSizes(int[] PercentGroupSizes) |
void |
setPercentNegativePattern(int PercentNegativePattern) |
void |
setPercentPositivePattern(int PercentPositivePattern) |
void |
setPercentSymbol(java.lang.String PercentSymbol) |
void |
setPerMilleSymbol(java.lang.String PerMilleSymbol) |
void |
setPositiveInfinitySymbol(java.lang.String PositiveInfinitySymbol) |
void |
setPositiveSign(java.lang.String PositiveSign) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public NumberFormatInfo()
throws java.lang.Throwable
java.lang.Throwablepublic NumberFormatInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static NumberFormatInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NumberFormatInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNumberFormatInfo instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic int getCurrencyDecimalDigits()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCurrencyDecimalSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCurrencyGroupSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic int[] getCurrencyGroupSizes()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic int getCurrencyNegativePattern()
throws java.lang.Throwable
java.lang.Throwablepublic int getCurrencyPositivePattern()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCurrencySymbol()
throws java.lang.Throwable
java.lang.Throwablepublic static NumberFormatInfo getCurrentInfo() throws java.lang.Throwable, ArgumentNullException, ArgumentException, OutOfMemoryException, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, RankException, InvalidCastException, TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionOutOfMemoryExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionRankExceptionInvalidCastExceptionTypeInitializationExceptionpublic DigitShapes getDigitSubstitution() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetFormat(NetType formatType) throws java.lang.Throwable
java.lang.Throwablepublic static NumberFormatInfo GetInstance(IFormatProvider formatProvider) throws java.lang.Throwable, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, NotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, TypeInitializationException
public static NumberFormatInfo getInvariantInfo() throws java.lang.Throwable, OutOfMemoryException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException
public boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getNaNSymbol()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getNativeDigits()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic java.lang.String getNegativeInfinitySymbol()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNegativeSign()
throws java.lang.Throwable
java.lang.Throwablepublic int getNumberDecimalDigits()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNumberDecimalSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNumberGroupSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic int[] getNumberGroupSizes()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic int getNumberNegativePattern()
throws java.lang.Throwable
java.lang.Throwablepublic int getPercentDecimalDigits()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPercentDecimalSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPercentGroupSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic int[] getPercentGroupSizes()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic int getPercentNegativePattern()
throws java.lang.Throwable
java.lang.Throwablepublic int getPercentPositivePattern()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPercentSymbol()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPerMilleSymbol()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPositiveInfinitySymbol()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPositiveSign()
throws java.lang.Throwable
java.lang.Throwablepublic static NumberFormatInfo ReadOnly(NumberFormatInfo nfi) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void setCurrencyDecimalDigits(int CurrencyDecimalDigits)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setCurrencyDecimalSeparator(java.lang.String CurrencyDecimalSeparator)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setCurrencyGroupSeparator(java.lang.String CurrencyGroupSeparator)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setCurrencyGroupSizes(int[] CurrencyGroupSizes)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setCurrencyNegativePattern(int CurrencyNegativePattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setCurrencyPositivePattern(int CurrencyPositivePattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setCurrencySymbol(java.lang.String CurrencySymbol)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setDigitSubstitution(DigitShapes DigitSubstitution) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNaNSymbol(java.lang.String NaNSymbol)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setNativeDigits(java.lang.String[] NativeDigits)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException
public void setNegativeInfinitySymbol(java.lang.String NegativeInfinitySymbol)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setNegativeSign(java.lang.String NegativeSign)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException
public void setNumberDecimalDigits(int NumberDecimalDigits)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setNumberDecimalSeparator(java.lang.String NumberDecimalSeparator)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setNumberGroupSeparator(java.lang.String NumberGroupSeparator)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setNumberGroupSizes(int[] NumberGroupSizes)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setNumberNegativePattern(int NumberNegativePattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setPercentDecimalDigits(int PercentDecimalDigits)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setPercentDecimalSeparator(java.lang.String PercentDecimalSeparator)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setPercentGroupSeparator(java.lang.String PercentGroupSeparator)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setPercentGroupSizes(int[] PercentGroupSizes)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setPercentNegativePattern(int PercentNegativePattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setPercentPositivePattern(int PercentPositivePattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public void setPercentSymbol(java.lang.String PercentSymbol)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setPerMilleSymbol(java.lang.String PerMilleSymbol)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setPositiveInfinitySymbol(java.lang.String PositiveInfinitySymbol)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException
public void setPositiveSign(java.lang.String PositiveSign)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException