ActiveReports 12
Strings Class Members
Methods 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace : Strings Class

The following tables list the members exposed by Strings.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an Integer value representing the character code corresponding to a character.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an Integer value representing the character code corresponding to a character.  
Public Methodstatic (Shared in Visual Basic)Returns the character associated with the specified character code.  
Public Methodstatic (Shared in Visual Basic)Returns the character associated with the specified character code.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a zero-based array containing a subset of a String array based on specified filter criteria.  
Public Methodstatic (Shared in Visual Basic)Returns a string formatted according to instructions contained in a format String expression.  
Public Methodstatic (Shared in Visual Basic)Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.  
Public Methodstatic (Shared in Visual Basic)Returns a string expression representing a date/time value.  
Public Methodstatic (Shared in Visual Basic)Returns an expression formatted as a number.  
Public Methodstatic (Shared in Visual Basic)Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.  
Public Methodstatic (Shared in Visual Basic)  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an integer specifying the start position of the first occurrence of one string within another.  
Public Methodstatic (Shared in Visual Basic)Returns the position of the first occurrence of one string within another, starting from the right side of the string.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a string created by joining a number of substrings contained in an array.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a string or character converted to lowercase.  
Public Methodstatic (Shared in Visual Basic)Returns a string containing a specified number of characters from the left side of a string.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.  
Public Methodstatic (Shared in Visual Basic)Returns a left-aligned string containing the specified string adjusted to the specified length.  
Public Methodstatic (Shared in Visual Basic)Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a string containing a specified number of characters from a string.  
Public Methodstatic (Shared in Visual Basic)Returns a string in which a specified substring has been replaced with another substring a specified number of times.  
Public Methodstatic (Shared in Visual Basic)Returns a string containing a specified number of characters from the right side of a string.  
Public Methodstatic (Shared in Visual Basic)Returns a right-aligned string containing the specified string adjusted to the specified length.  
Public Methodstatic (Shared in Visual Basic)Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).  
Public Methodstatic (Shared in Visual Basic)Returns a string consisting of the specified number of spaces.  
Public Methodstatic (Shared in Visual Basic)Returns a zero-based, one-dimensional array containing a specified number of substrings.  
Public Methodstatic (Shared in Visual Basic)Returns -1, 0, or 1, based on the result of a string comparison.  
Public Methodstatic (Shared in Visual Basic)[NotImplemented] Returns a string converted as specified. This method called kernel32.dll.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a string or object consisting of the specified character repeated the specified number of times.  
Public Methodstatic (Shared in Visual Basic)Compares the parameters source and pattern and returns the same results as the Like operator.  
Public Methodstatic (Shared in Visual Basic)Compares the parameters Source and Pattern and returns the same results as the Like operator, using binary comparison.  
Public Methodstatic (Shared in Visual Basic)Compares the parameters Source and Pattern and returns the same results as the Like operator, using text comparison.  
Public Methodstatic (Shared in Visual Basic)Returns a string in which the character order of a specified string is reversed.  
Public Methodstatic (Shared in Visual Basic)Returns a string containing a copy of a specified string with no leading spaces (LTrim), no trailing spaces (RTrim), or no leading or trailing spaces (Trim).  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a string or character containing the specified string converted to uppercase.  
Top
See Also

Reference

Strings Class
GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace