.NET Framework Class Library
Strings Methods

The Strings type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkAscOverloaded. Returns an Integer value representing the character code corresponding to a character.
Public methodStatic memberSupported by the .NET Compact FrameworkAscWOverloaded. Returns an Integer value representing the character code corresponding to a character.
Public methodStatic memberSupported by the .NET Compact FrameworkChrReturns the character associated with the specified character code.
Public methodStatic memberSupported by the .NET Compact FrameworkChrWReturns the character associated with the specified character code.
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFilterOverloaded. Returns a zero-based array containing a subset of a String array based on specified filter criteria.
Protected methodSupported by the .NET Compact FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFormatReturns a string formatted according to instructions contained in a format String expression.
Public methodStatic memberSupported by the .NET Compact FrameworkFormatCurrencyReturns an expression formatted as a currency value using the currency symbol defined in the system control panel.
Public methodStatic memberSupported by the .NET Compact FrameworkFormatDateTimeReturns a string expression representing a date/time value.
Public methodStatic memberSupported by the .NET Compact FrameworkFormatNumberReturns an expression formatted as a number.
Public methodStatic memberSupported by the .NET Compact FrameworkFormatPercentReturns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.
Public methodStatic memberSupported by the .NET Compact FrameworkGetCharReturns a Char value representing the character from the specified index in the supplied string.
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkInStrOverloaded. Returns an integer specifying the start position of the first occurrence of one string within another.
Public methodStatic memberSupported by the .NET Compact FrameworkInStrRevReturns the position of the first occurrence of one string within another, starting from the right side of the string.
Public methodStatic memberSupported by the .NET Compact FrameworkJoinOverloaded. Returns a string created by joining a number of substrings contained in an array.
Public methodStatic memberSupported by the .NET Compact FrameworkLCaseOverloaded. Returns a string or character converted to lowercase.
Public methodStatic memberSupported by the .NET Compact FrameworkLeftReturns a string containing a specified number of characters from the left side of a string.
Public methodStatic memberSupported by the .NET Compact FrameworkLenOverloaded. 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 memberSupported by the .NET Compact FrameworkLSetReturns a left-aligned string containing the specified string adjusted to the specified length.
Public methodStatic memberSupported by the .NET Compact FrameworkLTrimReturns 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).
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkMidOverloaded. Returns a string containing a specified number of characters from a string.
Public methodStatic memberSupported by the .NET Compact FrameworkReplaceReturns a string in which a specified substring has been replaced with another substring a specified number of times.
Public methodStatic memberSupported by the .NET Compact FrameworkRightReturns a string containing a specified number of characters from the right side of a string.
Public methodStatic memberSupported by the .NET Compact FrameworkRSetReturns a right-aligned string containing the specified string adjusted to the specified length.
Public methodStatic memberSupported by the .NET Compact FrameworkRTrimReturns 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 memberSupported by the .NET Compact FrameworkSpaceReturns a string consisting of the specified number of spaces.
Public methodStatic memberSupported by the .NET Compact FrameworkSplitReturns a zero-based, one-dimensional array containing a specified number of substrings.
Public methodStatic memberSupported by the .NET Compact FrameworkStrCompReturns -1, 0, or 1, based on the result of a string comparison.
Public methodStatic memberStrConvReturns a string converted as specified.
Public methodStatic memberSupported by the .NET Compact FrameworkStrDupOverloaded. Returns a string or object consisting of the specified character repeated the specified number of times.
Public methodStatic memberSupported by the .NET Compact FrameworkStrReverseReturns a string in which the character order of a specified string is reversed.
Public methodSupported by the .NET Compact FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkTrimReturns 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 memberSupported by the .NET Compact FrameworkUCaseOverloaded. Returns a string or character containing the specified string converted to uppercase.
Top
See Also

Reference

Tags :


Page view tracker