StringType Class

Definition

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 String value that corresponds to the specified Boolean.

FromByte(Byte)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a String value that corresponds to the specified Byte.

FromChar(Char)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a String value that corresponds to the specified Char.

FromDate(DateTime)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a String value that corresponds to the specified date.

FromDecimal(Decimal)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a String value that corresponds to the specified Decimal.

FromDecimal(Decimal, 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 Decimal and number format information.

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 String value that corresponds to a specified Integer.

FromLong(Int64)

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 Int64 (64-bit integer).

FromObject(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a String value that corresponds to the specified object.

FromShort(Int16)

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 Int16 (16-bit integer).

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 sDest parameter with the contents of the sInsert parameter.

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 Source and Pattern and returns the same results as the Like operator.

StrLikeBinary(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Compares the parameters Source and Pattern and returns the same results as the Like operator, using binary comparison.

StrLikeText(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Compares the parameters Source and Pattern and returns the same results as the Like operator, using text comparison.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to