public class Strings extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Strings
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: Microsoft.VisualBasic.Core, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Core
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.Strings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Strings() |
Strings(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Asc(char String) |
static int |
Asc(java.lang.String String) |
static int |
AscW(char String) |
static int |
AscW(java.lang.String String) |
static Strings |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Strings, a cast assert is made to check if types are compatible. |
static char |
Chr(int CharCode) |
static char |
ChrW(int CharCode) |
static java.lang.String[] |
Filter(JCORefOut dupParam0,
java.lang.String dupParam1,
boolean dupParam2,
CompareMethod dupParam3) |
static java.lang.String[] |
Filter(NetObject[] Source,
java.lang.String Match,
boolean Include,
CompareMethod Compare) |
static java.lang.String[] |
Filter(java.lang.String[] Source,
java.lang.String Match,
boolean Include,
CompareMethod Compare) |
static java.lang.String |
Format(NetObject Expression,
java.lang.String Style) |
static java.lang.String |
FormatCurrency(NetObject Expression,
int NumDigitsAfterDecimal,
TriState IncludeLeadingDigit,
TriState UseParensForNegativeNumbers,
TriState GroupDigits) |
static java.lang.String |
FormatDateTime(DateTime Expression,
DateFormat NamedFormat) |
static java.lang.String |
FormatNumber(NetObject Expression,
int NumDigitsAfterDecimal,
TriState IncludeLeadingDigit,
TriState UseParensForNegativeNumbers,
TriState GroupDigits) |
static java.lang.String |
FormatPercent(NetObject Expression,
int NumDigitsAfterDecimal,
TriState IncludeLeadingDigit,
TriState UseParensForNegativeNumbers,
TriState GroupDigits) |
static char |
GetChar(java.lang.String str,
int Index) |
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
|
static int |
InStr(int Start,
java.lang.String String1,
java.lang.String String2,
CompareMethod Compare) |
static int |
InStr(java.lang.String String1,
java.lang.String String2,
CompareMethod Compare) |
static int |
InStrRev(java.lang.String StringCheck,
java.lang.String StringMatch,
int Start,
CompareMethod Compare) |
static java.lang.String |
Join(JCORefOut dupParam0,
java.lang.String dupParam1) |
static java.lang.String |
Join(NetObject[] SourceArray,
java.lang.String Delimiter) |
static java.lang.String |
Join(java.lang.String[] SourceArray,
java.lang.String Delimiter) |
static char |
LCase(char Value) |
static java.lang.String |
LCase(java.lang.String Value) |
static java.lang.String |
Left(java.lang.String str,
int Length) |
static int |
Len(boolean Expression) |
static int |
Len(byte Expression) |
static int |
Len(char Expression) |
static int |
Len(DateTime Expression) |
static int |
Len(Decimal Expression) |
static int |
Len(double Expression) |
static int |
Len(int Expression) |
static int |
Len(long Expression) |
static int |
Len(NetObject Expression) |
static int |
Len(SByte Expression) |
static int |
Len(short Expression) |
static int |
Len(Single Expression) |
static int |
Len(java.lang.String Expression) |
static int |
Len(UInt16 Expression) |
static int |
Len(UInt32 Expression) |
static int |
Len(UInt64 Expression) |
static java.lang.String |
LSet(java.lang.String Source,
int Length) |
static java.lang.String |
LTrim(java.lang.String str) |
static java.lang.String |
Mid(java.lang.String str,
int Start) |
static java.lang.String |
Mid(java.lang.String str,
int Start,
int Length) |
static java.lang.String |
Replace(java.lang.String Expression,
java.lang.String Find,
java.lang.String Replacement,
int Start,
int Count,
CompareMethod Compare) |
static java.lang.String |
Right(java.lang.String str,
int Length) |
static java.lang.String |
RSet(java.lang.String Source,
int Length) |
static java.lang.String |
RTrim(java.lang.String str) |
void |
setJCOInstance(JCObject instance) |
static java.lang.String |
Space(int Number) |
static java.lang.String[] |
Split(java.lang.String Expression,
java.lang.String Delimiter,
int Limit,
CompareMethod Compare) |
static int |
StrComp(java.lang.String String1,
java.lang.String String2,
CompareMethod Compare) |
static java.lang.String |
StrConv(java.lang.String str,
VbStrConv Conversion,
int LocaleID) |
static java.lang.String |
StrDup(int Number,
char Character) |
static NetObject |
StrDup(int Number,
NetObject Character) |
static java.lang.String |
StrDup(int Number,
java.lang.String Character) |
static java.lang.String |
StrReverse(java.lang.String Expression) |
static java.lang.String |
Trim(java.lang.String str) |
static char |
UCase(char Value) |
static java.lang.String |
UCase(java.lang.String Value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Strings()
throws java.lang.Throwable
java.lang.Throwablepublic Strings(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static int Asc(char String)
throws java.lang.Throwable,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
FormatException
public static int Asc(java.lang.String String)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public static int AscW(char String)
throws java.lang.Throwable
java.lang.Throwablepublic static int AscW(java.lang.String String)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public static Strings cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Strings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStrings instancejava.lang.Throwable - in case of error during cast operationpublic static char Chr(int CharCode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
IndexOutOfRangeException,
FormatException
public static char ChrW(int CharCode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OverflowException
public static java.lang.String[] Filter(JCORefOut dupParam0, java.lang.String dupParam1, boolean dupParam2, CompareMethod dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, UnreachableException, InvalidCastException, ArrayTypeMismatchException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionInvalidCastExceptionArrayTypeMismatchExceptionRankExceptionpublic static java.lang.String[] Filter(NetObject[] Source, java.lang.String Match, boolean Include, CompareMethod Compare) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, FormatException, InvalidCastException, UnreachableException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionInvalidCastExceptionUnreachableExceptionpublic static java.lang.String[] Filter(java.lang.String[] Source,
java.lang.String Match,
boolean Include,
CompareMethod Compare)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
UnreachableException,
InvalidCastException,
ArrayTypeMismatchException,
RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionUnreachableExceptionInvalidCastExceptionArrayTypeMismatchExceptionRankExceptionpublic static java.lang.String Format(NetObject Expression, java.lang.String Style) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, InvalidOperationException, ExternalException, ArgumentNullException, InvalidCastException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionInvalidOperationExceptionExternalExceptionArgumentNullExceptionInvalidCastExceptionOverflowExceptionpublic static java.lang.String FormatCurrency(NetObject Expression, int NumDigitsAfterDecimal, TriState IncludeLeadingDigit, TriState UseParensForNegativeNumbers, TriState GroupDigits) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, OverflowException, InvalidCastException, ArrayTypeMismatchException
public static java.lang.String FormatDateTime(DateTime Expression, DateFormat NamedFormat) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, RankException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionRankExceptionArrayTypeMismatchExceptionpublic static java.lang.String FormatNumber(NetObject Expression, int NumDigitsAfterDecimal, TriState IncludeLeadingDigit, TriState UseParensForNegativeNumbers, TriState GroupDigits) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, InvalidCastException, ArrayTypeMismatchException, IndexOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidCastExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionpublic static java.lang.String FormatPercent(NetObject Expression, int NumDigitsAfterDecimal, TriState IncludeLeadingDigit, TriState UseParensForNegativeNumbers, TriState GroupDigits) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, InvalidCastException
public static char GetChar(java.lang.String str,
int Index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public 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 static int InStr(int Start,
java.lang.String String1,
java.lang.String String2,
CompareMethod Compare)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException
public static int InStr(java.lang.String String1,
java.lang.String String2,
CompareMethod Compare)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException
public static int InStrRev(java.lang.String StringCheck,
java.lang.String StringMatch,
int Start,
CompareMethod Compare)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
UnreachableException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionUnreachableExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionpublic static java.lang.String Join(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, FormatException, ArrayTypeMismatchException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionFormatExceptionArrayTypeMismatchExceptionpublic static java.lang.String Join(NetObject[] SourceArray, java.lang.String Delimiter) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, FormatException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionInvalidCastExceptionpublic static java.lang.String Join(java.lang.String[] SourceArray,
java.lang.String Delimiter)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
FormatException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionFormatExceptionArrayTypeMismatchExceptionpublic static char LCase(char Value)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentNullException
public static java.lang.String LCase(java.lang.String Value)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException
public static java.lang.String Left(java.lang.String str,
int Length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static int Len(boolean Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(byte Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(char Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(DateTime Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int Len(Decimal Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int Len(double Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(int Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(long Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(NetObject Expression) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, OutOfMemoryException, ArgumentNullException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException
public static int Len(SByte Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int Len(short Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(Single Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int Len(java.lang.String Expression)
throws java.lang.Throwable
java.lang.Throwablepublic static int Len(UInt16 Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int Len(UInt32 Expression) throws java.lang.Throwable
java.lang.Throwablepublic static int Len(UInt64 Expression) throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String LSet(java.lang.String Source,
int Length)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public static java.lang.String LTrim(java.lang.String str)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException
public static java.lang.String Mid(java.lang.String str,
int Start)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException
public static java.lang.String Mid(java.lang.String str,
int Start,
int Length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static java.lang.String Replace(java.lang.String Expression,
java.lang.String Find,
java.lang.String Replacement,
int Start,
int Count,
CompareMethod Compare)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionArrayTypeMismatchExceptionpublic static java.lang.String Right(java.lang.String str,
int Length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static java.lang.String RSet(java.lang.String Source,
int Length)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public static java.lang.String RTrim(java.lang.String str)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static java.lang.String Space(int Number)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static java.lang.String[] Split(java.lang.String Expression,
java.lang.String Delimiter,
int Limit,
CompareMethod Compare)
throws java.lang.Throwable,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ExternalException,
RankException,
ArrayTypeMismatchException,
UnreachableException,
InvalidCastException
java.lang.ThrowableCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionRankExceptionArrayTypeMismatchExceptionUnreachableExceptionInvalidCastExceptionpublic static int StrComp(java.lang.String String1,
java.lang.String String2,
CompareMethod Compare)
throws java.lang.Throwable,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ExternalException,
RankException,
ArrayTypeMismatchException,
ObjectDisposedException
java.lang.ThrowableCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionpublic static java.lang.String StrConv(java.lang.String str,
VbStrConv Conversion,
int LocaleID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
ArrayTypeMismatchException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionpublic static java.lang.String StrDup(int Number,
char Character)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static NetObject StrDup(int Number, NetObject Character) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic static java.lang.String StrDup(int Number,
java.lang.String Character)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException
public static java.lang.String StrReverse(java.lang.String Expression)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public static java.lang.String Trim(java.lang.String str)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException
public static char UCase(char Value)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentNullException
public static java.lang.String UCase(java.lang.String Value)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
NullReferenceException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException