public class TextInfo extends NetObject implements IDeserializationCallback
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Globalization.TextInfo
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.TextInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TextInfo() |
TextInfo(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TextInfo |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into TextInfo, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
int |
getANSICodePage() |
java.lang.String |
getCultureName() |
int |
getEBCDICCodePage() |
boolean |
getIsReadOnly() |
boolean |
getIsRightToLeft() |
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
|
int |
getLCID() |
java.lang.String |
getListSeparator() |
int |
getMacCodePage() |
int |
getOEMCodePage() |
static TextInfo |
ReadOnly(TextInfo textInfo) |
void |
setJCOInstance(JCObject instance) |
void |
setListSeparator(java.lang.String ListSeparator) |
char |
ToLower(char c) |
java.lang.String |
ToLower(java.lang.String str) |
java.lang.String |
ToTitleCase(java.lang.String str) |
char |
ToUpper(char c) |
java.lang.String |
ToUpper(java.lang.String str) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringOnDeserialization, ToIDeserializationCallbackpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TextInfo()
throws java.lang.Throwable
java.lang.Throwablepublic TextInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static TextInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TextInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTextInfo instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable
java.lang.Throwablepublic int getANSICodePage()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCultureName()
throws java.lang.Throwable
java.lang.Throwablepublic int getEBCDICCodePage()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsRightToLeft()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDeserializationCallbackgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDeserializationCallbackgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDeserializationCallbackgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDeserializationCallbackgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDeserializationCallbackgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLCID()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
CultureNotFoundException
public java.lang.String getListSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic int getMacCodePage()
throws java.lang.Throwable
java.lang.Throwablepublic int getOEMCodePage()
throws java.lang.Throwable
java.lang.Throwablepublic static TextInfo ReadOnly(TextInfo textInfo) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setListSeparator(java.lang.String ListSeparator)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionpublic char ToLower(char c)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
NotSupportedException,
CultureNotFoundException,
InvalidOperationException
public java.lang.String ToLower(java.lang.String str)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String ToTitleCase(java.lang.String str)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
InvalidOperationException,
OutOfMemoryException
public char ToUpper(char c)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
NotSupportedException,
CultureNotFoundException,
InvalidOperationException
public java.lang.String ToUpper(java.lang.String str)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullException