StringType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class has been deprecated as of Visual Basic 2005.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class StringType sealed
public sealed class StringType
[Microsoft.VisualBasic.CompilerServices.StandardModule]
public sealed class StringType
type StringType = class
[<Microsoft.VisualBasic.CompilerServices.StandardModule>]
type StringType = class
Public NotInheritable Class StringType
Public Module StringType
- Inheritance
-
StringType
- Attributes
Remarks
This class provides methods for manipulating data that potentially represents a String
value.
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
FromBoolean(Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromByte(Byte) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromChar(Char) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromDate(DateTime) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromDecimal(Decimal) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromDecimal(Decimal, NumberFormatInfo) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromDouble(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string value that corresponds to a specified Double. |
FromDouble(Double, NumberFormatInfo) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string that corresponds to a specified Double and number format information. |
FromInteger(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromLong(Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromObject(Object) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromShort(Int16) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a |
FromSingle(Single) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string value that corresponds to a specified Single. |
FromSingle(Single, NumberFormatInfo) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string value that corresponds to a specified Single and number format information. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
MidStmtStr(String, Int32, Int32, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Overwrites the |
StrCmp(String, String, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Compares two strings. |
StrLike(String, String, CompareMethod) |
This API supports the product infrastructure and is not intended to be used directly from your code. Compares the parameters |
StrLikeBinary(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Compares the parameters |
StrLikeText(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Compares the parameters |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |