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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
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
java.lang.Throwablepublic 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
java.lang.Throwablepublic 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, TypeLoadException, InvalidOperationException, ArgumentException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, TypeInitializationException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionArgumentExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionTypeInitializationExceptionpublic 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, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, TypeInitializationException, FormatException
public static NumberFormatInfo getInvariantInfo() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic 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
java.lang.Throwablepublic 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
java.lang.Throwablepublic 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
java.lang.Throwablepublic 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, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setCurrencyDecimalDigits(int CurrencyDecimalDigits)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setCurrencyDecimalSeparator(java.lang.String CurrencyDecimalSeparator)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionpublic void setCurrencyGroupSeparator(java.lang.String CurrencyGroupSeparator)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionpublic void setCurrencyGroupSizes(int[] CurrencyGroupSizes)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionpublic void setCurrencyNegativePattern(int CurrencyNegativePattern)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setCurrencyPositivePattern(int CurrencyPositivePattern)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setCurrencySymbol(java.lang.String CurrencySymbol)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setDigitSubstitution(DigitShapes DigitSubstitution) throws java.lang.Throwable, InvalidOperationException, ArgumentException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNaNSymbol(java.lang.String NaNSymbol)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setNativeDigits(java.lang.String[] NativeDigits)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic void setNegativeInfinitySymbol(java.lang.String NegativeInfinitySymbol)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setNegativeSign(java.lang.String NegativeSign)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setNumberDecimalDigits(int NumberDecimalDigits)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setNumberDecimalSeparator(java.lang.String NumberDecimalSeparator)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionpublic void setNumberGroupSeparator(java.lang.String NumberGroupSeparator)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionpublic void setNumberGroupSizes(int[] NumberGroupSizes)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionpublic void setNumberNegativePattern(int NumberNegativePattern)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setPercentDecimalDigits(int PercentDecimalDigits)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setPercentDecimalSeparator(java.lang.String PercentDecimalSeparator)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionpublic void setPercentGroupSeparator(java.lang.String PercentGroupSeparator)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionpublic void setPercentGroupSizes(int[] PercentGroupSizes)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionpublic void setPercentNegativePattern(int PercentNegativePattern)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setPercentPositivePattern(int PercentPositivePattern)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public void setPercentSymbol(java.lang.String PercentSymbol)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setPerMilleSymbol(java.lang.String PerMilleSymbol)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setPositiveInfinitySymbol(java.lang.String PositiveInfinitySymbol)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic void setPositiveSign(java.lang.String PositiveSign)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationException