X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pkg%2FTizen.NET.API6%2Fbuild%2Ftizen60%2Fref%2FMicrosoft.VisualBasic.xml;fp=pkg%2Fbuild%2Ftizen50%2Fref%2FMicrosoft.VisualBasic.xml;h=d0c807a57e6726569229a983e3f1685c21f28739;hb=5bd8586c393ccec12b6f596deed556bc6d22b653;hp=fdd108bf24094533a176ba42df9aec8e5c05e725;hpb=345244cf7a66f9343db88f62755ec5193a27f1d1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/pkg/build/tizen50/ref/Microsoft.VisualBasic.xml b/pkg/Tizen.NET.API6/build/tizen60/ref/Microsoft.VisualBasic.xml similarity index 63% rename from pkg/build/tizen50/ref/Microsoft.VisualBasic.xml rename to pkg/Tizen.NET.API6/build/tizen60/ref/Microsoft.VisualBasic.xml index fdd108b..d0c807a 100755 --- a/pkg/build/tizen50/ref/Microsoft.VisualBasic.xml +++ b/pkg/Tizen.NET.API6/build/tizen60/ref/Microsoft.VisualBasic.xml @@ -3,1000 +3,1291 @@ Microsoft.VisualBasic - - This class provides helpers that the Visual Basic compiler uses for late binding calls; it is not meant to be called directly from your code. + + Provides methods that perform various type conversions. - - Executes a late-bound method or function call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value indicating whether or not the return value can be ignored. - An instance of the call object. + + Converts an object to the specified type. + The object to convert. + The type to which to convert the object. + An object of the specified target type. - - Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An instance of the call object. + + Converts an object to the specified type. + The object to convert. + The type to which to convert the object. + An object of the specified target type. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. + + Converts a value to a string, given a byte count. + The value to convert. + The byte count of the value. + The string representation of the specified value. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False. - A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False. + + Converts a array to a string. + The array to convert. + The string representation of the specified array. - - Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. If Instance is of type , then bind using the Dynamic Language Runtime; otherwise perform standard late-binding. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value used to specify whether to throw exceptions when an error is encountered. Set to True to throw exceptions. Set to False to return Nothing when an error is encountered. - An instance of the call object. + + Converts a subset of a array to a string. + The array to convert. + Zero-based index of the start position. + Length of the subset in bytes. + The string representation of the specified array from the start position to the specified length. - - Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value used to specify whether to throw exceptions when an error is encountered. Set to True to throw exceptions. Set to False to return Nothing when an error is encountered. - An instance of the call object. + + Converts an object to a value. + The object to convert. + A value. Returns if the object is null; otherwise, . - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. + + Converts a string to a value. + The string to convert. + A value. Returns if the string is null; otherwise, . - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False. - A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False. + + Converts an object to a value. + The object to convert. + The value of the object. - - Executes a late-bound method or function call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The type of the call object. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An array of argument types; used only for generic calls to pass argument types. - An array of Boolean values that the late binder uses to communicate back to the call site which arguments match ByRef parameters. Each True value indicates that the arguments matched and should be copied out after the call to LateCall is complete. - A Boolean value indicating whether or not the return value can be ignored. - An instance of the call object. + + Converts a string to a value. + The string to convert. + The value of the string. - - Executes a late-bound call to the default method or function. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value used to specify whether to throw exceptions when an error is encountered. Set to True to throw exceptions. Set to False to return Nothing when an error is encountered. - An instance of the call object. + + Converts an object to a value. + The object to convert. + The value of the object. - - Indicates whether a call requires late-bound evaluation. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The type of the call object. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - A Boolean value that specifies whether to allow function evaluation. - A Boolean value that specifies whether to allow property evaluation. - A Boolean value that indicates whether the expression requires late-bound evaluation. + + Converts a string to a value. + The string to convert. + The value of the string. - - Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The type of the call object. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An array of argument types; used only for generic calls to pass argument types. - An array of Boolean values that the late binder uses to communicate back to the call site which arguments match ByRef parameters. Each True value indicates that the arguments matched and should be copied out after the call to LateCall is complete. - An instance of the call object. + + Converts a string to a one-dimensional array. + The string to convert. + A one-dimensional array. - - Executes a late-bound get of the default property or field. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value used to specify whether to throw exceptions when an error is encountered. Set to True to throw exceptions. Set to False to return Nothing when an error is encountered. - An instance of the call object. + + Converts an object to a one-dimensional array. + The object to convert. + A one-dimensional array. - - Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An instance of the call object. + + Converts an object to a value. + The object to convert. + The value of the object. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. + + Converts a string to a value. + The string to convert. + The value of the string. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False. - A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False. + + Converts a value to a value. + A Boolean value to convert. + The value of the Boolean value. + + + Converts an object to a value. + The object to convert. + The value of the object. + + + Converts a string to a value. + The string to convert. + The value of the string. + + + Converts an object to a value. + The object to convert. + The value of the object. + + + Converts a string to a value. + The string to convert. + The value of the string. + + + Converts an object to a generic type T. + The object to convert. + The type to convert Value to. + A structure or object of generic type T. + + + Converts an object to an integer value. + The object to convert. + The value of the object. + + + Converts a string to an integer value. + The string to convert. + The value of the string. + + + Converts an object to a value. + The object to convert. + The value of the object. + + + Converts a string to a value. + The string to convert. + The value of the string. + + + Converts a string to an value. + The string to convert. + The value of the string. + + + Converts an object to an value. + The object to convert. + The value of the object. + + + Converts an object to a value. + The object to convert. + The value of the object. + + + Converts a string to a value. + The string to convert. + The value of the string. + + + Converts an object to a value. + The object to convert. + The value of the object. + + + Converts a to a value. + The string to convert. + The value of the string. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a value, using the specified number format. + The value to convert. + The number format to use, according to . + The representation of the value. + + + Converts a value to a value, using the specified number format. + The value to convert. + The number format to use, according to . + The representation of the value. + + + Converts a value to a value, using the specified number format. + The value to convert. + The number format to use, according to . + The representation of the value. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value (a single-precision floating point number) to a value. + The value to convert. + The representation of the value. + + + Converts an object to a value. + The object to convert. + The representation of the object. + + + Converts an integer value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a value. + The value to convert. + The representation of the value. + + + Converts a value to a . + The value to convert. + The representation of the value. + + + Converts a value to a . + The value to convert. + The representation of the value. + + + Converts a value to a . + The value to convert. + The representation of the value. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The type of the call object. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An array of argument types; used only for generic calls to pass argument types. + + Converts an object to a value. + The object to convert. + The value of the object. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The type of the call object. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An array of argument types; used only for generic calls to pass argument types. - A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False. - A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False. - An enumeration member of type representing the type of procedure being called. The value of CallType can be Method, Get, or Set. Only Set is used. + + Converts a string to a value. + The string to convert. + The value of the string. - - Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. - An instance of the call object exposing the property or method. - The type of the call object. - The name of the property or method on the call object. - An array containing the arguments to be passed to the property or method being called. - An array of argument names. - An array of argument types; used only for generic calls to pass argument types. - A Boolean value used to determine whether the set operation will work. Set to True when you believe that an intermediate value has been set in the property or field; otherwise False. - A Boolean value that specifies when the base reference of the late reference is an RValue. Set to True when the base reference of the late reference is an RValue; this allows you to generate a run-time exception for late assignments to fields of RValues of value types. Otherwise, set to False. + + Converts an object to a value. + The object to convert. + The value of the object. - - The Strings module contains procedures used to perform string operations. + + Converts a string to a value. + The string to convert. + The value of the string. - - Returns an Integer value representing the character code corresponding to a character. - Required. Any valid Char or String expression. If String is a String expression, only the first character of the string is used for input. If String is Nothing or contains no characters, an error occurs. - Returns an Integer value representing the character code corresponding to a character. + + Converts an object to a value. + The object to convert. + The value of the object. - - Returns an Integer value representing the character code corresponding to a character. - Required. Any valid Char or String expression. If String is a String expression, only the first character of the string is used for input. If String is Nothing or contains no characters, an error occurs. - Returns an Integer value representing the character code corresponding to a character. + + Converts a string to a value. + The string to convert. + The value of the string. - - Returns an Integer value representing the character code corresponding to a character. - Required. Any valid Char or String expression. If String is a String expression, only the first character of the string is used for input. If String is Nothing or contains no characters, an error occurs. - Returns an Integer value representing the character code corresponding to a character. + + Provides helpers for the Visual Basic object. - - Returns an Integer value representing the character code corresponding to a character. - Required. Any valid Char or String expression. If String is a String expression, only the first character of the string is used for input. If String is Nothing or contains no characters, an error occurs. - Returns an Integer value representing the character code corresponding to a character. + + Performs the work for the method of the object. A helper method. - - Returns the character associated with the specified character code. - Required. An Integer expression representing the code point, or character code, for the character. - Returns the character associated with the specified character code. - CharCode < 0 or > 255 for Chr. + + Performs the work for the method of the object. A helper method. + An integer value that identifies the nature of the error. Visual Basic errors are in the range 0–65535; the range 0–512 is reserved for system errors; the range 513–65535 is available for user-defined errors. + An object. - - Returns the character associated with the specified character code. - Required. An Integer expression representing the code point, or character code, for the character. - Returns the character associated with the specified character code. - CharCode < -32768 or > 65535 for ChrW. + + Closes all files for the calling assembly and stops the process. - - Returns a zero-based array containing a subset of a String array based on specified filter criteria. - Required. One-dimensional array of strings to be searched. - Required. String to search for. - Optional. Boolean value indicating whether to return substrings that include or exclude Match. If Include is True, the Filter function returns the subset of the array that contains Match as a substring. If Include is False, the Filter function returns the subset of the array that does not contain Match as a substring. - Optional. Numeric value indicating the kind of string comparison to use. See "Settings" for values. - Returns a zero-based array containing a subset of a String array based on specified filter criteria. - Source is Nothing or is not a one-dimensional array. + + The Visual Basic compiler uses this helper method to capture exceptions in the object. + The object to be caught. - - Returns a zero-based array containing a subset of a String array based on specified filter criteria. - Required. One-dimensional array of strings to be searched. - Required. String to search for. - Optional. Boolean value indicating whether to return substrings that include or exclude Match. If Include is True, the Filter function returns the subset of the array that contains Match as a substring. If Include is False, the Filter function returns the subset of the array that does not contain Match as a substring. - Optional. Numeric value indicating the kind of string comparison to use. See "Settings" for values. - Returns a zero-based array containing a subset of a String array based on specified filter criteria. - Source is Nothing or is not a one-dimensional array. + + The Visual Basic compiler uses this helper method to capture exceptions in the object. + The object to be caught. + The line number of the exception. - - Returns a string formatted according to instructions contained in a format String expression. - Required. Any valid expression. - Optional. A valid named or user-defined format String expression. - Returns a string formatted according to instructions contained in a format String expression. + + The Visual Basic compiler emits this helper class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used - - Returns an expression formatted as a currency value using the currency symbol defined in the system control panel. - Required. Expression to be formatted. - Optional. Numeric value indicating how many places are displayed to the right of the decimal. Default value is –1, which indicates that the computer's regional settings are used. - Optional. enumeration that indicates whether or not a leading zero is displayed for fractional values. See "Remarks" for values. - Optional. enumeration that indicates whether or not to place negative values within parentheses. See "Remarks" for values. - Optional. enumeration that indicates whether or not numbers are grouped using the group delimiter specified in the computer's regional settings. See "Remarks" for values. - Returns an expression formatted as a currency value using the currency symbol defined in the system control panel. - Number of digits after decimal point is greater than 99. - Type is not numeric. + + Initializes a new instance of the class. This is a helper method. - - Returns a string expression representing a date/time value. - Required. Date expression to be formatted. - Optional. Numeric value that indicates the date/time format used. If omitted, DateFormat.GeneralDate is used. - Returns a string expression representing a date/time value. - NamedFormat setting is not valid. + + Specifies that the current setting should be passed as the default value for an argument. - - Returns an expression formatted as a number. - Required. Expression to be formatted. - Optional. Numeric value indicating how many places are displayed to the right of the decimal. The default value is –1, which indicates that the computer's regional settings are used. - Optional. constant that indicates whether a leading 0 is displayed for fractional values. See "Settings" for values. - Optional. constant that indicates whether to place negative values within parentheses. See "Settings" for values. - Optional. constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values. - Returns an expression formatted as a number. - Type is not numeric. + + Initializes a new instance of the class. - - Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character. - Required. Expression to be formatted. - Optional. Numeric value indicating how many places to the right of the decimal are displayed. Default value is –1, which indicates that the locale settings are used. - Optional. constant that indicates whether or not a leading zero displays for fractional values. See "Settings" for values. - Optional. constant that indicates whether or not to place negative values within parentheses. See "Settings" for values. - Optional. constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values. - Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character. - Type is not numeric. + + Provides late-bound math operators, such as and , which the Visual Basic compiler uses internally. - - Returns a Char value representing the character from the specified index in the supplied string. - Required. Any valid String expression. - Required. Integer expression. The (1-based) index of the character in str to be returned. - Char value representing the character from the specified index in the supplied string. - str is Nothing, Index < 1, or Index is greater than index of last character of str. + + Represents the Visual Basic addition (+) operator. + Required. Any numeric expression. + Required. Any numeric expression. + The sum of Left and Right. - - Returns an integer specifying the start position of the first occurrence of one string within another. - Optional. Numeric expression that sets the starting position for each search. If omitted, search begins at the first character position. The start index is 1-based. - Required. String expression being searched. - Required. String expression sought. - Optional. Specifies the type of string comparison. If Compare is omitted, the Option Compare setting determines the type of comparison. - If + + Represents the Visual Basic operator. + Required. Any or numeric expression. + Required. Any or numeric expression. + For operations, if both Left and Right evaluate to ; otherwise, . For bitwise operations, 1 if both Left and Right evaluate to 1; otherwise, 0. + + + Represents Visual Basic comparison operators. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + Value - InStr returns + Condition - - String1 is zero length or Nothing 0 + -1 - String2 is zero length or Nothing - start - - String2 is not found + Left is less than Right. 0 - String2 is found within String1 Position where match begins - - - Start > length of String1 0 - - - Start < 1. - - - Returns an integer specifying the start position of the first occurrence of one string within another. - Required. String expression being searched. - Required. String expression sought. - Optional. Specifies the type of string comparison. If Compare is omitted, the Option Compare setting determines the type of comparison. - If - - InStr returns - - - String1 is zero length or Nothing 0 - - - String2 is zero length or Nothing The starting position for the search, which defaults to the first character position. - - - String2 is not found + Left and Right are equal. - 0 + 1 - String2 is found within String1 Position where match begins + Left is greater than Right. - - Returns the position of the first occurrence of one string within another, starting from the right side of the string. - Required. String expression being searched. - Required. String expression being searched for. - Optional. Numeric expression setting the one-based starting position for each search, starting from the left side of the string. If Start is omitted then –1 is used, meaning the search begins at the last character position. Search then proceeds from right to left. - Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. If omitted, a binary comparison is performed. See Settings for values. - If - - InStrRev returns - - - StringCheck is zero-length + + Represents the Visual Basic equal (=) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + if Left and Right are equal; otherwise, . + + + Represents the Visual Basic greater-than (>) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + if Left is greater than Right; otherwise, . + + + Represents the Visual Basic greater-than or equal-to (>=) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + if Left is greater than or equal to Right; otherwise, . + + + Represents the Visual Basic less-than (<) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + if Left is less than Right; otherwise, . + + + Represents the Visual Basic less-than or equal-to (<=) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + if Left is less than or equal to Right; otherwise, . + + + Represents the Visual Basic not-equal (<>) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + if Left is not equal to Right; otherwise, . + + + Performs binary or text string comparison when given two strings. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + Value - 0 + Condition - - StringMatch is zero-length + -1 - Start - - StringMatch is not found + Left is less than Right. 0 - StringMatch is found within StringCheck Position at which the first match is found, starting with the right side of the string. + Left is equal to Right. + + 1 - Start is greater than length of StringMatch 0 + Left is greater than Right. - Start = 0 or Start < -1. - - Returns a string created by joining a number of substrings contained in an array. - Required. One-dimensional array containing substrings to be joined. - Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (" ") is used. If Delimiter is a zero-length string ("") or Nothing, all items in the list are concatenated with no delimiters. - Returns a string created by joining a number of substrings contained in an array. - SourceArray is not one dimensional. + + Represents the Visual Basic concatenation (&) operator. + Required. Any expression. + Required. Any expression. + A string representing the concatenation of Left and Right. + + + Represents the overloaded Visual Basic equals (=) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + The result of the overloaded equals operator. if operator overloading is not supported. + + + Represents the overloaded Visual Basic greater-than (>) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + The result of the overloaded greater-than operator. if operator overloading is not supported. + + + Represents the overloaded Visual Basic greater-than or equal-to (>=) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + The result of the overloaded greater-than or equal-to operator. if operator overloading is not supported. + + + Represents the overloaded Visual Basic less-than (<) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + The result of the overloaded less-than operator. if operator overloading is not supported. + + + Represents the overloaded Visual Basic less-than or equal-to (<=) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + The result of the overloaded less-than or equal-to operator. if operator overloading is not supported. + + + Represents the overloaded Visual Basic not-equal (<>) operator. + Required. Any expression. + Required. Any expression. + Required. to perform a case-insensitive string comparison; otherwise, . + The result of the overloaded not-equal operator. if operator overloading is not supported. - - Returns a string created by joining a number of substrings contained in an array. - Required. One-dimensional array containing substrings to be joined. - Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (" ") is used. If Delimiter is a zero-length string ("") or Nothing, all items in the list are concatenated with no delimiters. - Returns a string created by joining a number of substrings contained in an array. - SourceArray is not one dimensional. + + Represents the Visual Basic division (/) operator. + Required. Any numeric expression. + Required. Any numeric expression. + The full quotient of Left divided by Right, including any remainder. - - Returns a string or character converted to lowercase. - Required. Any valid String or Char expression. - Returns a string or character converted to lowercase. + + Represents the Visual Basic exponent (^) operator. + Required. Any numeric expression. + Required. Any numeric expression. + The result of Left raised to the power of Right. - - Returns a string or character converted to lowercase. - Required. Any valid String or Char expression. - Returns a string or character converted to lowercase. + + Executes a late-bound evaluation of a user-defined operator. This helper method is not meant to be called directly from your code. + The user-defined operator. + Argument values to pass to the user-defined operator. + The result returned from the user-defined operator. - - Returns a string containing a specified number of characters from the left side of a string. - Required. String expression from which the leftmost characters are returned. - Required. Integer expression. Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in str, the entire string is returned. - Returns a string containing a specified number of characters from the left side of a string. - Length < 0. + + Represents the Visual Basic integer division (\) operator. + Required. Any numeric expression. + Required. Any numeric expression. + The integer quotient of Left divided by Right, which discards any remainder and retains only the integer portion. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic arithmetic left shift (<<) operator. + Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (, , , , , , , or ). + Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be or widen to . + An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of Operand. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic operator. + Required. Any expression. + Required. Any string expression conforming to the pattern-matching conventions described in Like Operator. + Required. A value that specifies that the operation use either text or binary comparison. + if the string representation of the value in Source satisfies the pattern that is contained in Pattern; otherwise, . if both Source and Pattern are . - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic operator. + Required. Any expression. + Required. Any expression conforming to the pattern-matching conventions described in Like Operator. + Required. A value that specifies that the operation use either text or binary comparison. + if the value in Source satisfies the pattern that is contained in Pattern; otherwise, . if both Source and Pattern are empty. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic operator. + Required. Any numeric expression. + Required. Any numeric expression. + The remainder after Left is divided by Right. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic multiply (*) operator. + Required. Any numeric expression. + Required. Any numeric expression. + The product of Left and Right. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic unary minus (–) operator. + Required. Any numeric expression. + The negative value of Operand. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic operator. + Required. Any or numeric expression. + For operations, if Operand is ; otherwise, . For bitwise operations, 1 if Operand is 0; otherwise, 0. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic operator. + Required. Any or numeric expression. + Required. Any or numeric expression. + For operations, if both Left and Right evaluate to ; otherwise, . For bitwise operations, 0 if both Left and Right evaluate to 0; otherwise, 1. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic unary plus (+) operator. + Required. Any numeric expression. + The value of Operand. (The sign of the Operand is unchanged.) - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic arithmetic right shift (>>) operator. + Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (, , , , , , , or ). + Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be or widen to . + An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of Operand. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic subtraction (–) operator. + Required. Any numeric expression. + Required. Any numeric expression. + The difference between Left and Right. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Represents the Visual Basic operator. + Required. Any or numeric expression. + Required. Any or numeric expression. + A or numeric value. For a comparison, the return value is the logical exclusion (exclusive logical disjunction) of two values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Checks for a synchronization lock on the specified type. + The data type for which to check for synchronization lock. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Provides services to the Visual Basic compiler for compiling loops. - - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - Any valid String expression or variable name. If Expression is of type Object, the Len function returns the size as it will be written to the file by the FilePut function. - Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + + Initializes a loop. + The loop counter variable. + The initial value of the loop counter. + The value of the option. + The value of the option. + An object that contains verified values for loop values. + The counter value for the next loop iteration. + if the loop has terminated; otherwise, . - - Returns a left-aligned string containing the specified string adjusted to the specified length. - Required. String expression. Name of string variable. - Required. Integer expression. Length of returned string. - Returns a left-aligned string containing the specified string adjusted to the specified length. + + Checks for valid values for the loop counter, , and values. + Required. A value that represents the initial value passed for the loop counter variable. + Required. A value that represents the value passed by using the keyword. + Required. A value that represents the value passed by using the keyword. + if StepValue is greater than zero and count is less than or equal to limit or StepValue is less than or equal to zero and count is greater than or equal to limit; otherwise, . - - 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). - Required. Any valid String expression. - 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). + + Increments a loop. + The loop counter variable. + An object that contains verified values for loop values. + The counter value for the next loop iteration. + if the loop has terminated; otherwise, . - - Returns a string that contains all the characters starting from a specified position in a string. - Required. String expression from which characters are returned. - Required. Integer expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the Mid function returns a zero-length string (""). Start is one-based. - A string that consists of all the characters starting from the specified position in the string. - Start <= 0 or Length < 0. + + Checks for valid values for the loop counter, , and values. + Required. A value that represents the initial value passed for the loop counter variable. + Required. A value that represents the value passed by using the keyword. + Required. A value that represents the value passed by using the keyword. + if StepValue is greater than zero and count is less than or equal to limit, or if StepValue is less than or equal to zero and count is greater than or equal to limit; otherwise, . - - Returns a string that contains a specified number of characters starting from a specified position in a string. - Required. String expression from which characters are returned. - Required. Integer expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the Mid function returns a zero-length string (""). Start is one based. - Optional. Integer expression. Number of characters to return. If omitted or if there are fewer than Length characters in the text (including the character at position Start), all characters from the start position to the end of the string are returned. - A string that consists of the specified number of characters starting from the specified position in the string. - Start <= 0 or Length < 0. + + Checks for valid values for the loop counter, , and values. + Required. A value that represents the initial value passed for the loop counter variable. + Required. A value that represents the value passed by using the keyword. + Required. A value that represents the value passed by using the keyword. + if StepValue is greater than zero and count is less than or equal to limit, or if StepValue is less than or equal to zero and count is greater than or equal to limit; otherwise, . - - Returns a string in which a specified substring has been replaced with another substring a specified number of times. - Required. String expression containing substring to replace. - Required. Substring being searched for. - Required. Replacement substring. - Optional. Position within Expression that starts a substring used for replacement. The return value of Replace is a string that begins at Start, with appropriate substitutions. If omitted, 1 is assumed. - Optional. Number of substring substitutions to perform. If omitted, the default value is –1, which means "make all possible substitutions." - Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings for values. - Replace returns the following values. - If - - Replace returns - - Find is zero-length or Nothing Copy of ExpressionReplace is zero-length - - Copy of Expression with no occurrences of FindExpression is zero-length or Nothing, or Start is greater than length of ExpressionNothingCount is 0 - - Copy of Expression - Count < -1 or Start <= 0. + + The attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module. - - Returns a string containing a specified number of characters from the right side of a string. - Required. String expression from which the rightmost characters are returned. - Required. Integer. Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in str, the entire string is returned. - Returns a string containing a specified number of characters from the right side of a string. - Length < 0. + + Initializes a new instance of the attribute. - - Returns a right-aligned string containing the specified string adjusted to the specified length. - Required. String expression. Name of string variable. - Required. Integer expression. Length of returned string. - Returns a right-aligned string containing the specified string adjusted to the specified length. + + The Visual Basic compiler uses this class during static local initialization; it is not meant to be called directly from your code. An exception of this type is thrown if a static local variable fails to initialize. - - 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). - Required. Any valid String expression. - 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). + + Initializes a new instance of the class. - - Returns a string consisting of the specified number of spaces. - Required. Integer expression. The number of spaces you want in the string. - Returns a string consisting of the specified number of spaces. - Number < 0. + + Initializes a new instance of the class. + A string representing the message to be sent. - - Returns a zero-based, one-dimensional array containing a specified number of substrings. - Required. String expression containing substrings and delimiters. - Optional. Any single character used to identify substring limits. If Delimiter is omitted, the space character (" ") is assumed to be the delimiter. - Optional. Maximum number of substrings into which the input string should be split. The default, –1, indicates that the input string should be split at every occurrence of the Delimiter string. - Optional. Numeric value indicating the comparison to use when evaluating substrings. See "Settings" for values. - String array. If Expression is a zero-length string (""), Split returns a single-element array containing a zero-length string. If Delimiter is a zero-length string, or if it does not appear anywhere in Expression, Split returns a single-element array containing the entire Expression string. + + Initializes a new instance of the class. + A string representing the message to be sent. + An object. - - Returns -1, 0, or 1, based on the result of a string comparison. - Required. Any valid String expression. - Required. Any valid String expression. - Optional. Specifies the type of string comparison. If Compare is omitted, the Option Compare setting determines the type of comparison. - The StrComp function has the following return values. - If - - StrComp returns - - String1 sorts ahead of String2 -1 - - String1 is equal to String2 0 - - String1 sorts after String2 1 - - - Compare value is not valid. + + When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor. - - Returns a string converted as specified. - Required. String expression to be converted. - Required. member. The enumeration value specifying the type of conversion to perform. - Optional. The LocaleID value, if different from the system LocaleID value. (The system LocaleID value is the default.) - Returns a string converted as specified. - Unsupported LocaleID, Conversion < 0 or > 2048, or unsupported conversion for specified locale. + + Initializes a new instance of the attribute. - - Returns a string or object consisting of the specified character repeated the specified number of times. - Required. Integer expression. The length to the string to be returned. - Required. Any valid Char, String, or Object expression. Only the first character of the expression will be used. If Character is of type Object, it must contain either a Char or a String value. - Returns a string or object consisting of the specified character repeated the specified number of times. - Number is less than 0 or Character type is not valid. - Character is Nothing. + + Indicates the type of procedure being invoked when calling the function. - - Returns a string or object consisting of the specified character repeated the specified number of times. - Required. Integer expression. The length to the string to be returned. - Required. Any valid Char, String, or Object expression. Only the first character of the expression will be used. If Character is of type Object, it must contain either a Char or a String value. - Returns a string or object consisting of the specified character repeated the specified number of times. - Number is less than 0 or Character type is not valid. - Character is Nothing. + + A property value is being retrieved. This member is equivalent to the Visual Basic constant . + - - Returns a string or object consisting of the specified character repeated the specified number of times. - Required. Integer expression. The length to the string to be returned. - Required. Any valid Char, String, or Object expression. Only the first character of the expression will be used. If Character is of type Object, it must contain either a Char or a String value. - Returns a string or object consisting of the specified character repeated the specified number of times. - Number is less than 0 or Character type is not valid. - Character is Nothing. + + An Object property value is being determined. This member is equivalent to the Visual Basic constant . + - - Returns a string in which the character order of a specified string is reversed. - Required. String expression whose characters are to be reversed. If Expression is a zero-length string (""), a zero-length string is returned. - Returns a string in which the character order of a specified string is reversed. + + A method is being invoked. This member is equivalent to the Visual Basic constant . + - - 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). - Required. Any valid String expression. - 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). + + A property value is being determined. This member is equivalent to the Visual Basic constant . + - - Returns a string or character containing the specified string converted to uppercase. - Required. Any valid String or Char expression. - Returns a string or character containing the specified string converted to uppercase. + + This class provides helpers that the Visual Basic compiler uses for late binding calls; it is not meant to be called directly from your code. - - Returns a string or character containing the specified string converted to uppercase. - Required. Any valid String or Char expression. - Returns a string or character containing the specified string converted to uppercase. + + Executes a late-bound method or function call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value indicating whether or not the return value can be ignored. + An instance of the call object. - - Indicates the type of procedure being invoked when calling the CallByName function. + + Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An instance of the call object. - - A property value is being retrieved. This member is equivalent to the Visual Basic constant vbGet. - + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. - - An Object property value is being determined. This member is equivalent to the Visual Basic constant vbLet. - + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value used to determine whether the set operation will work. Set to when you believe that an intermediate value has been set in the property or field; otherwise . + A value that specifies when the base reference of the late reference is an . Set to when the base reference of the late reference is an ; this allows you to generate a run-time exception for late assignments to fields of of value types. Otherwise, set to . - - A method is being invoked. This member is equivalent to the Visual Basic constant vbMethod. - + + Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. If Instance is of type , then bind using the Dynamic Language Runtime; otherwise perform standard late-binding. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value used to specify whether to throw exceptions when an error is encountered. Set to to throw exceptions. Set to to return when an error is encountered. + An instance of the call object. - - A property value is being determined. This member is equivalent to the Visual Basic constant vbSet. - + + Executes a late-bound get of the default property or field, or call to the default method or function. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value used to specify whether to throw exceptions when an error is encountered. Set to to throw exceptions. Set to to return when an error is encountered. + An instance of the call object. - - When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. - - Initializes a new instance of the attribute. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + A value used to determine whether the set operation will work. Set to when you believe that an intermediate value has been set in the property or field; otherwise . + A value that specifies when the base reference of the late reference is an . Set to when the base reference of the late reference is an ; this allows you to generate a run-time exception for late assignments to fields of of value types. Otherwise, set to . - - The Visual Basic compiler uses this class during static local initialization; it is not meant to be called directly from your code. An exception of this type is thrown if a static local variable fails to initialize. + + Executes a late-bound method or function call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The type of the call object. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An array of argument types; used only for generic calls to pass argument types. + An array of values that the late binder uses to communicate back to the call site which arguments match parameters. Each value indicates that the arguments matched and should be copied out after the call to is complete. + A value indicating whether or not the return value can be ignored. + An instance of the call object. - - Initializes a new instance of the class. + + Executes a late-bound call to the default method or function. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value used to specify whether to throw exceptions when an error is encountered. Set to to throw exceptions. Set to to return when an error is encountered. + An instance of the call object. - - Initializes a new instance of the class. - A string representing the message to be sent. + + Indicates whether a call requires late-bound evaluation. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The type of the call object. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + A value that specifies whether to allow function evaluation. + A value that specifies whether to allow property evaluation. + A value that indicates whether the expression requires late-bound evaluation. - - Initializes a new instance of the class. - A string representing the message to be sent. - An object. + + Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The type of the call object. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An array of argument types; used only for generic calls to pass argument types. + An array of values that the late binder uses to communicate back to the call site which arguments match parameters. Each value indicates that the arguments matched and should be copied out after the call to is complete. + An instance of the call object. - - Provides methods that perform various type conversions. + + Executes a late-bound get of the default property or field. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value used to specify whether to throw exceptions when an error is encountered. Set to to throw exceptions. Set to to return when an error is encountered. + An instance of the call object. - - Converts an object to the specified type. - The object to convert. - The type to which to convert the object. - An object of the specified target type. + + Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An instance of the call object. - - Converts an object to the specified type. - The object to convert. - The type to which to convert the object. - An object of the specified target type. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. - - Converts a value to a string, given a byte count. - The Char value to convert. - The byte count of the Char value. - The string representation of the specified value. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + A value used to determine whether the set operation will work. Set to when you believe that an intermediate value has been set in the property or field; otherwise . + A value that specifies when the base reference of the late reference is an . Set to when the base reference of the late reference is an ; this allows you to generate a run-time exception for late assignments to fields of of value types. Otherwise, set to . - - Converts a array to a string. - The Char array to convert. - The string representation of the specified array. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The type of the call object. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An array of argument types; used only for generic calls to pass argument types. - - Converts a subset of a array to a string. - The Char array to convert. - Zero-based index of the start position. - Length of the subset in bytes. - The string representation of the specified array from the start position to the specified length. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The type of the call object. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An array of argument types; used only for generic calls to pass argument types. + A value used to determine whether the set operation will work. Set to when you believe that an intermediate value has been set in the property or field; otherwise . + A value that specifies when the base reference of the late reference is an . Set to when the base reference of the late reference is an ; this allows you to generate a run-time exception for late assignments to fields of of value types. Otherwise, set to . + An enumeration member of type representing the type of procedure being called. The value of CallType can be , , or . Only is used. - - Converts an object to a value. - The object to convert. - A Boolean value. Returns False if the object is null; otherwise, True. + + Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code. + An instance of the call object exposing the property or method. + The type of the call object. + The name of the property or method on the call object. + An array containing the arguments to be passed to the property or method being called. + An array of argument names. + An array of argument types; used only for generic calls to pass argument types. + A value used to determine whether the set operation will work. Set to when you believe that an intermediate value has been set in the property or field; otherwise . + A value that specifies when the base reference of the late reference is an . Set to when the base reference of the late reference is an ; this allows you to generate a run-time exception for late assignments to fields of of value types. Otherwise, set to . - - Converts a string to a value. - The string to convert. - A Boolean value. Returns False if the string is null; otherwise, True. + + The module contains procedures used to perform string operations. - - Converts an object to a value. - The object to convert. - The Byte value of the object. + + Returns an value representing the character code corresponding to a character. + Required. Any valid or expression. If String is a expression, only the first character of the string is used for input. If String is or contains no characters, an error occurs. + Returns an value representing the character code corresponding to a character. - - Converts a string to a value. - The string to convert. - The Byte value of the string. + + Returns an value representing the character code corresponding to a character. + Required. Any valid or expression. If String is a expression, only the first character of the string is used for input. If String is or contains no characters, an error occurs. + Returns an value representing the character code corresponding to a character. - - Converts an object to a value. - The object to convert. - The Char value of the object. + + Returns an value representing the character code corresponding to a character. + Required. Any valid or expression. If String is a expression, only the first character of the string is used for input. If String is or contains no characters, an error occurs. + Returns an value representing the character code corresponding to a character. - - Converts a string to a value. - The string to convert. - The Char value of the string. + + Returns an value representing the character code corresponding to a character. + Required. Any valid or expression. If String is a expression, only the first character of the string is used for input. If String is or contains no characters, an error occurs. + Returns an value representing the character code corresponding to a character. - - Converts a string to a one-dimensional array. - The string to convert. - A one-dimensional Char array. + + Returns the character associated with the specified character code. + Required. An expression representing the code point, or character code, for the character. + Returns the character associated with the specified character code. + CharCode < 0 or > 255 for . - - Converts an object to a one-dimensional array. - The object to convert. - A one-dimensional Char array. + + Returns the character associated with the specified character code. + Required. An expression representing the code point, or character code, for the character. + Returns the character associated with the specified character code. + CharCode < -32768 or > 65535 for . - - Converts an object to a value. - The object to convert. - The DateTime value of the object. + + Returns a zero-based array containing a subset of a array based on specified filter criteria. + Required. One-dimensional array of strings to be searched. + Required. String to search for. + Optional. value indicating whether to return substrings that include or exclude Match. If Include is , the function returns the subset of the array that contains Match as a substring. If Include is , the function returns the subset of the array that does not contain Match as a substring. + Optional. Numeric value indicating the kind of string comparison to use. See "Settings" for values. + Returns a zero-based array containing a subset of a array based on specified filter criteria. + Source is or is not a one-dimensional array. - - Converts a string to a value. - The string to convert. - The DateTime value of the string. + + Returns a zero-based array containing a subset of a array based on specified filter criteria. + Required. One-dimensional array of strings to be searched. + Required. String to search for. + Optional. value indicating whether to return substrings that include or exclude Match. If Include is , the function returns the subset of the array that contains Match as a substring. If Include is , the function returns the subset of the array that does not contain Match as a substring. + Optional. Numeric value indicating the kind of string comparison to use. See "Settings" for values. + Returns a zero-based array containing a subset of a array based on specified filter criteria. + Source is or is not a one-dimensional array. - - Converts a value to a value. - A Boolean value to convert. - The Decimal value of the Boolean value. + + Returns a string formatted according to instructions contained in a format expression. + Required. Any valid expression. + Optional. A valid named or user-defined format expression. + Returns a string formatted according to instructions contained in a format expression. - - Converts an object to a value. - The object to convert. - The Decimal value of the object. + + Returns an expression formatted as a currency value using the currency symbol defined in the system control panel. + Required. Expression to be formatted. + Optional. Numeric value indicating how many places are displayed to the right of the decimal. Default value is –1, which indicates that the computer's regional settings are used. + Optional. enumeration that indicates whether or not a leading zero is displayed for fractional values. See "Remarks" for values. + Optional. enumeration that indicates whether or not to place negative values within parentheses. See "Remarks" for values. + Optional. enumeration that indicates whether or not numbers are grouped using the group delimiter specified in the computer's regional settings. See "Remarks" for values. + Returns an expression formatted as a currency value using the currency symbol defined in the system control panel. + Number of digits after decimal point is greater than 99. + Type is not numeric. - - Converts a string to a value. - The string to convert. - The Decimal value of the string. + + Returns a string expression representing a date/time value. + Required. expression to be formatted. + Optional. Numeric value that indicates the date/time format used. If omitted, is used. + Returns a string expression representing a date/time value. + NamedFormat setting is not valid. - - Converts an object to a value. - The object to convert. - The Double value of the object. + + Returns an expression formatted as a number. + Required. Expression to be formatted. + Optional. Numeric value indicating how many places are displayed to the right of the decimal. The default value is –1, which indicates that the computer's regional settings are used. + Optional. constant that indicates whether a leading 0 is displayed for fractional values. See "Settings" for values. + Optional. constant that indicates whether to place negative values within parentheses. See "Settings" for values. + Optional. constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values. + Returns an expression formatted as a number. + Type is not numeric. - - Converts a string to a value. - The string to convert. - The Double value of the string. + + Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character. + Required. Expression to be formatted. + Optional. Numeric value indicating how many places to the right of the decimal are displayed. Default value is –1, which indicates that the locale settings are used. + Optional. constant that indicates whether or not a leading zero displays for fractional values. See "Settings" for values. + Optional. constant that indicates whether or not to place negative values within parentheses. See "Settings" for values. + Optional. constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values. + Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character. + Type is not numeric. - - Converts an object to a generic type T. - The object to convert. - The type to convert Value to. - A structure or object of generic type T. + + Returns a value representing the character from the specified index in the supplied string. + Required. Any valid expression. + Required. expression. The (1-based) index of the character in str to be returned. + value representing the character from the specified index in the supplied string. + str is , Index < 1, or Index is greater than index of last character of str. - - Converts an object to an integer value. - The object to convert. - The int value of the object. + + Returns an integer specifying the start position of the first occurrence of one string within another. + Optional. Numeric expression that sets the starting position for each search. If omitted, search begins at the first character position. The start index is 1-based. + Required. expression being searched. + Required. expression sought. + Optional. Specifies the type of string comparison. If Compare is omitted, the setting determines the type of comparison. + If + + InStr returns + + + String1 is zero length or 0 + + + String2 is zero length or startString2 is not found + + 0 + + + String2 is found within String1 Position where match begins + + + Start > length of String1 0 + + + Start < 1. - - Converts a string to an integer value. - The string to convert. - The int value of the string. + + Returns an integer specifying the start position of the first occurrence of one string within another. + Required. expression being searched. + Required. expression sought. + Optional. Specifies the type of string comparison. If Compare is omitted, the setting determines the type of comparison. + If + + InStr returns + + + String1 is zero length or 0 + + + String2 is zero length or The starting position for the search, which defaults to the first character position. + + + String2 is not found + + 0 + + + String2 is found within String1 Position where match begins + + - - Converts an object to a Long value. - The object to convert. - The Long value of the object. + + Returns the position of the first occurrence of one string within another, starting from the right side of the string. + Required. String expression being searched. + Required. String expression being searched for. + Optional. Numeric expression setting the one-based starting position for each search, starting from the left side of the string. If Start is omitted then –1 is used, meaning the search begins at the last character position. Search then proceeds from right to left. + Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. If omitted, a binary comparison is performed. See Settings for values. + If + + InStrRev returns + + + StringCheck is zero-length + + 0 + + + StringMatch is zero-length + + + StartStringMatch is not found + + 0 + + + StringMatch is found within StringCheck Position at which the first match is found, starting with the right side of the string. + + + Start is greater than length of StringMatch 0 + + + Start = 0 or Start < -1. - - Converts a string to a Long value. - The string to convert. - The Long value of the string. + + Returns a string created by joining a number of substrings contained in an array. + Required. One-dimensional array containing substrings to be joined. + Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (" ") is used. If Delimiter is a zero-length string ("") or , all items in the list are concatenated with no delimiters. + Returns a string created by joining a number of substrings contained in an array. + SourceArray is not one dimensional. - - Converts a string to an value. - The string to convert. - The SByte value of the string. + + Returns a string created by joining a number of substrings contained in an array. + Required. One-dimensional array containing substrings to be joined. + Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (" ") is used. If Delimiter is a zero-length string ("") or , all items in the list are concatenated with no delimiters. + Returns a string created by joining a number of substrings contained in an array. + SourceArray is not one dimensional. - - Converts an object to an value. - The object to convert. - The SByte value of the object. + + Returns a string or character converted to lowercase. + Required. Any valid or expression. + Returns a string or character converted to lowercase. - - Converts an object to a Short value. - The object to convert. - The Short value of the object. + + Returns a string or character converted to lowercase. + Required. Any valid or expression. + Returns a string or character converted to lowercase. - - Converts a string to a Short value. - The string to convert. - The Short value of the string. + + Returns a string containing a specified number of characters from the left side of a string. + Required. expression from which the leftmost characters are returned. + Required. expression. Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in str, the entire string is returned. + Returns a string containing a specified number of characters from the left side of a string. + Length < 0. - - Converts an object to a value. - The object to convert. - The Single value of the object. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a to a value. - The string to convert. - The Single value of the string. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a Long value to a value. - The Long value to convert. - The String representation of the Long value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a value, using the specified number format. - The Single value to convert. - The number format to use, according to . - The String representation of the Single value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a value, using the specified number format. - The Double value to convert. - The number format to use, according to . - The String representation of the Double value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a value, using the specified number format. - The decimal value to convert. - The number format to use, according to . - The String representation of the Decimal value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a Ulong value to a value. - The Ulong value to convert. - The String representation of the Ulong value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a uint value to a value. - The Uint value to convert. - The String representation of the Uint value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value (a single-precision floating point number) to a value. - The Single value to convert. - The String representation of the Single value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts an object to a value. - The object to convert. - The String representation of the object. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts an integer value to a value. - The int value to convert. - The String representation of the int value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a Short value to a value. - The Short value to convert. - The String representation of the Short value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a value. - The Double value to convert. - The String representation of the Double value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a value. - The Decimal value to convert. - The String representation of the Decimal value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a value. - The DateTime value to convert. - The String representation of the DateTime value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a . - The Char value to convert. - The String representation of the Char value. + + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. + Any valid expression or variable name. If Expression is of type , the function returns the size as it will be written to the file by the function. + Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable. - - Converts a value to a . - The Byte value to convert. - The String representation of the Byte value. + + Returns a left-aligned string containing the specified string adjusted to the specified length. + Required. expression. Name of string variable. + Required. expression. Length of returned string. + Returns a left-aligned string containing the specified string adjusted to the specified length. - - Converts a value to a . - The Boolean value to convert. - The String representation of the Boolean value. + + Returns a string containing a copy of a specified string with no leading spaces (), no trailing spaces (), or no leading or trailing spaces (). + Required. Any valid expression. + Returns a string containing a copy of a specified string with no leading spaces (), no trailing spaces (), or no leading or trailing spaces (). - - Converts an object to a Uint value. - The object to convert. - The Uint value of the object. + + Returns a string that contains all the characters starting from a specified position in a string. + Required. expression from which characters are returned. + Required. expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the function returns a zero-length string (""). Start is one-based. + A string that consists of all the characters starting from the specified position in the string. + Start <= 0 or Length < 0. - - Converts a string to a Uint value. - The string to convert. - The Uint value of the string. + + Returns a string that contains a specified number of characters starting from a specified position in a string. + Required. expression from which characters are returned. + Required. expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the function returns a zero-length string (""). Start is one based. + Optional. expression. Number of characters to return. If omitted or if there are fewer than Length characters in the text (including the character at position Start), all characters from the start position to the end of the string are returned. + A string that consists of the specified number of characters starting from the specified position in the string. + Start <= 0 or Length < 0. - - Converts an object to a Ulong value. - The object to convert. - The Ulong value of the object. + + Returns a string in which a specified substring has been replaced with another substring a specified number of times. + Required. String expression containing substring to replace. + Required. Substring being searched for. + Required. Replacement substring. + Optional. Position within Expression that starts a substring used for replacement. The return value of is a string that begins at Start, with appropriate substitutions. If omitted, 1 is assumed. + Optional. Number of substring substitutions to perform. If omitted, the default value is –1, which means "make all possible substitutions." + Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings for values. + returns the following values. + If + + Replace returns + + Find is zero-length or Copy of ExpressionReplace is zero-length + + Copy of Expression with no occurrences of FindExpression is zero-length or , or Start is greater than length of ExpressionCount is 0 + + Copy of Expression + Count < -1 or Start <= 0. - - Converts a string to a Ulong value. - The string to convert. - The Ulong value of the string. + + Returns a string containing a specified number of characters from the right side of a string. + Required. expression from which the rightmost characters are returned. + Required. . Numeric expression indicating how many characters to return. If 0, a zero-length string ("") is returned. If greater than or equal to the number of characters in str, the entire string is returned. + Returns a string containing a specified number of characters from the right side of a string. + Length < 0. - - Converts an object to a Ushort value. - The object to convert. - The Ushort value of the object. + + Returns a right-aligned string containing the specified string adjusted to the specified length. + Required. expression. Name of string variable. + Required. expression. Length of returned string. + Returns a right-aligned string containing the specified string adjusted to the specified length. - - Converts a string to a Ushort value. - The string to convert. - The Ushort value of the string. + + Returns a string containing a copy of a specified string with no leading spaces (), no trailing spaces (), or no leading or trailing spaces (). + Required. Any valid expression. + Returns a string containing a copy of a specified string with no leading spaces (), no trailing spaces (), or no leading or trailing spaces (). - - This class provides attributes that are applied to the standard module construct when it is emitted to Intermediate Language (IL). It is not intended to be called directly from your code. + + Returns a string consisting of the specified number of spaces. + Required. expression. The number of spaces you want in the string. + Returns a string consisting of the specified number of spaces. + Number < 0. - - Initializes a new instance of the class. + + Returns a zero-based, one-dimensional array containing a specified number of substrings. + Required. expression containing substrings and delimiters. + Optional. Any single character used to identify substring limits. If Delimiter is omitted, the space character (" ") is assumed to be the delimiter. + Optional. Maximum number of substrings into which the input string should be split. The default, –1, indicates that the input string should be split at every occurrence of the Delimiter string. + Optional. Numeric value indicating the comparison to use when evaluating substrings. See "Settings" for values. + array. If Expression is a zero-length string (""), returns a single-element array containing a zero-length string. If Delimiter is a zero-length string, or if it does not appear anywhere in Expression, returns a single-element array containing the entire Expression string. - - The Visual Basic compiler uses this class internally when initializing static local members; it is not meant to be called directly from your code. + + Returns -1, 0, or 1, based on the result of a string comparison. + Required. Any valid expression. + Required. Any valid expression. + Optional. Specifies the type of string comparison. If Compare is omitted, the setting determines the type of comparison. + The function has the following return values. + If + + StrComp returns + + String1 sorts ahead of String2 -1 + + String1 is equal to String2 0 + + String1 sorts after String2 1 + + + Compare value is not valid. - - Initializes a new instance of the class. + + Returns a string converted as specified. + Required. expression to be converted. + Required. member. The enumeration value specifying the type of conversion to perform. + Optional. The value, if different from the system value. (The system value is the default.) + Returns a string converted as specified. + Unsupported LocaleID, Conversion < 0 or > 2048, or unsupported conversion for specified locale. - - Returns the state of the static local member's initialization flag (initialized or not). - + + Returns a string or object consisting of the specified character repeated the specified number of times. + Required. expression. The length to the string to be returned. + Required. Any valid , , or expression. Only the first character of the expression will be used. If Character is of type , it must contain either a or a value. + Returns a string or object consisting of the specified character repeated the specified number of times. + Number is less than 0 or Character type is not valid. + Character is . - - Contains utilities that the Visual Basic compiler uses. + + Returns a string or object consisting of the specified character repeated the specified number of times. + Required. expression. The length to the string to be returned. + Required. Any valid , , or expression. Only the first character of the expression will be used. If Character is of type , it must contain either a or a value. + Returns a string or object consisting of the specified character repeated the specified number of times. + Number is less than 0 or Character type is not valid. + Character is . - - Used by the Visual Basic compiler as a helper for Redim. - The array to be copied. - The destination array. - The copied array. + + Returns a string or object consisting of the specified character repeated the specified number of times. + Required. expression. The length to the string to be returned. + Required. Any valid , , or expression. Only the first character of the expression will be used. If Character is of type , it must contain either a or a value. + Returns a string or object consisting of the specified character repeated the specified number of times. + Number is less than 0 or Character type is not valid. + Character is . - - Retrieves and formats a localized resource string or error message. - The identifier of the string or error message to retrieve. - An array of parameters to replace placeholders in the string or error message. - A formatted resource string or error message. + + Returns a string in which the character order of a specified string is reversed. + Required. String expression whose characters are to be reversed. If Expression is a zero-length string (""), a zero-length string is returned. + Returns a string in which the character order of a specified string is reversed. - - Returns a Visual Basic method signature. - A object to return a Visual Basic method signature for. - The Visual Basic method signature for the supplied object. + + Returns a string containing a copy of a specified string with no leading spaces (), no trailing spaces (), or no leading or trailing spaces (). + Required. Any valid expression. + Returns a string containing a copy of a specified string with no leading spaces (), no trailing spaces (), or no leading or trailing spaces (). - - Sets the culture of the current thread. - A object to set as the culture of the current thread. - The previous value of the property for the current thread. + + Returns a string or character containing the specified string converted to uppercase. + Required. Any valid or expression. + Returns a string or character containing the specified string converted to uppercase. - - Throws a localized Visual Basic exception. - The Visual Basic error identifier. + + Returns a string or character containing the specified string converted to uppercase. + Required. Any valid or expression. + Returns a string or character containing the specified string converted to uppercase. - The Constants module contains miscellaneous constants. These constants can be used anywhere in your code. + The module contains miscellaneous constants. These constants can be used anywhere in your code. - Indicates that the Abort button was clicked in a message box. Returned by the MsgBox function. + Indicates that the button was clicked in a message box. Returned by the function. - Indicates that the Abort, Retry, and Ignore buttons will be displayed when the MsgBox function is called. + Indicates that the , , and buttons will be displayed when the function is called. - Indicates that the message box will be displayed as a modal dialog box when the MsgBox function is called. + Indicates that the message box will be displayed as a modal dialog box when the function is called. @@ -1004,7 +1295,7 @@ - Indicates that the type of a variant object is an array. Returned by the VarType function. + Indicates that the type of a variant object is an array. Returned by the function. @@ -1016,15 +1307,15 @@ - Indicates that the type of a variant object is Boolean. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that the type of a variant object is Byte. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that the Cancel button was clicked in a message box. Returned by the MsgBox function. + Indicates that the button was clicked in a message box. Returned by the function. @@ -1032,7 +1323,7 @@ - Indicates that the critical message icon will be displayed when the MsgBox function is called. + Indicates that the critical message icon will be displayed when the function is called. @@ -1040,15 +1331,15 @@ - Indicates that the type of a variant object is Currency. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that the type of a variant object is Date. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that the type of a variant object is Decimal. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. @@ -1068,19 +1359,19 @@ - Indicates that the type of a variant object is Double. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that the type of a variant object is Empty. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that the exclamation icon will be displayed when the MsgBox function is called. + Indicates that the exclamation icon will be displayed when the function is called. - Indicates that a Boolean value of False should be used when number-formatting functions are called. + Indicates that a value of should be used when number-formatting functions are called. @@ -1104,11 +1395,11 @@ - Indicates that the general date format for the current culture should be used when the FormatDateTime function is called. + Indicates that the general date format for the current culture should be used when the function is called. - Specifies that a property value should be retrieved when the CallByName function is called. + Specifies that a property value should be retrieved when the function is called. @@ -1116,31 +1407,31 @@ - Indicates that the window style is hidden for the invoked program when the Shell function is called. + Indicates that the window style is hidden for the invoked program when the function is called. - Indicates Hiragana characters should be converted to Katakana characters when the StrConv function is called. + Indicates Hiragana characters should be converted to Katakana characters when the function is called. - Indicates that the Ignore button was clicked in a message box. Returned by the MsgBox function. + Indicates that the button was clicked in a message box. Returned by the function. - Indicates that the information icon will display when the MsgBox function is called. + Indicates that the information icon will display when the function is called. - Indicates that the type of a variant object is Integer. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. - Indicates that Katakana characters should be converted to Hiragana characters when the StrConv function is called. + Indicates that Katakana characters should be converted to Hiragana characters when the function is called. - Indicates that a property value should be set to an object instance when the CallByName function is called. + Indicates that a property value should be set to an object instance when the function is called. @@ -1148,39 +1439,39 @@ - Indicates that characters should be converted to use linguistic rules for casing instead of file system rules for casing to when the StrConv function is called. + Indicates that characters should be converted to use linguistic rules for casing instead of file system rules for casing to when the function is called. - Indicates the type of a variant object is Long. Returned by the VarType function. + Indicates the type of a variant object is . Returned by the function. - Indicates that the long date format for the current culture should be used when the FormatDateTime function is called. + Indicates that the long date format for the current culture should be used when the function is called. - Indicates that the long time format for the current culture should be used when the FormatDateTime function is called. + Indicates that the long time format for the current culture should be used when the function is called. - Indicates that characters should be converted to lowercase when the StrConv function is called. + Indicates that characters should be converted to lowercase when the function is called. - Indicates that the window style is maximized with focus for the invoked program when the Shell function is called. + Indicates that the window style is maximized with focus for the invoked program when the function is called. - Specifies that a method should be called when the CallByName function is called. + Specifies that a method should be called when the function is called. - Indicates that the window style is minimized with focus for the invoked program when the Shell function is called. + Indicates that the window style is minimized with focus for the invoked program when the function is called. - Indicates that the window style is minimized without focus for the invoked program when the Shell function is called. + Indicates that the window style is minimized without focus for the invoked program when the function is called. @@ -1188,23 +1479,23 @@ - Indicates that the Help button will be displayed when the MsgBox function is called. + Indicates that the button will be displayed when the function is called. - Indicates that text will be right-aligned when the MsgBox function is called. + Indicates that text will be right-aligned when the function is called. - Indicates that right-to-left reading text (Hebrew and Arabic systems) will be displayed when the MsgBox function is called. + Indicates that right-to-left reading text (Hebrew and Arabic systems) will be displayed when the function is called. - Indicates that the message box will display in the foreground when the MsgBox function is called. + Indicates that the message box will display in the foreground when the function is called. - Indicates that wide (double-byte) characters should be converted to narrow (single-byte) characters when the StrConv function is called. + Indicates that wide (double-byte) characters should be converted to narrow (single-byte) characters when the function is called. @@ -1212,7 +1503,7 @@ - Indicates that the No button was clicked in a message box. Returned by the MsgBox function. + Indicates that the button was clicked in a message box. Returned by the function. @@ -1220,15 +1511,15 @@ - Indicates that the window style is normal with focus for the invoked program when the Shell function is called. + Indicates that the window style is normal with focus for the invoked program when the function is called. - Indicates that the window style is normal without focus for the invoked program when the Shell function is called. + Indicates that the window style is normal without focus for the invoked program when the function is called. - Indicates that the type of a variant object is Nothing. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. @@ -1240,7 +1531,7 @@ - Indicates that the type of a variant object is Object. Returned by the VarType function. + Indicates that the type of a variant object is . Returned by the function. @@ -1248,493 +1539,197 @@ - Indicates that the OK button was clicked in a message box. Returned by the MsgBox function. + Indicates that the button was clicked in a message box. Returned by the function. - Indicates that the OK and Cancel buttons will be displayed when the MsgBox function is called. + Indicates that the and buttons will be displayed when the function is called. - Indicates that only the OK button will be displayed when the MsgBox function is called. + Indicates that only the button will be displayed when the function is called. - Indicates that the first letter of every word in a string should be converted to uppercase and the remaining characters to lowercase when the StrConv function is called. + Indicates that the first letter of every word in a string should be converted to uppercase and the remaining characters to lowercase when the function is called. - Indicates that the question icon will be displayed when the MsgBox function is called. + Indicates that the question icon will be displayed when the function is called. Indicates that the file is a read-only file for file-access functions. - - - - Indicates that the Retry button was clicked in a message box. Returned by the MsgBox function. - - - - Indicates that the Retry and Cancel buttons will be displayed when the MsgBox function is called. - - - - Specifies that Saturday should be used as the first day of the week when date-related functions are called. - - - - Indicates that a property value should be set when the CallByName function is called. - - - - Indicates that the short-date format for the current culture should be used when the FormatDateTime function is called. - - - - Indicates that the short-time format for the current culture should be used when the FormatDateTime function is called. - - - - Indicates that characters should be converted to Simplified Chinese when the StrConv function is called. - - - - Indicates that the type of a variant object is Single. Returned by the VarType function. - - - - Indicates that the type of a variant object is String. Returned by the VarType function. - - - - Specifies that Sunday should be used as the first day of the week when date-related functions are called. - - - - Indicates that the file is a system file for file-access functions. - - - - Indicates that the message box will be displayed as a modal dialog box when the MsgBox function is called. - - - - Represents a tab character for print and display functions. - - - - Indicates that a text comparison should be performed when comparison functions are called. - - - - Specifies that Thursday should be used as the first day of the week when date-related functions are called. - - - - Indicates that characters should be converted to Traditional Chinese when the StrConv function is called. - - - - Indicates that a Boolean value of True should be used when number-formatting functions are called. - - - - Specifies that Tuesday should be used as the first day of the week when date-related functions are called. - - - - Indicates that characters should be converted to uppercase when the StrConv function is called. - - - - Indicates that the default Boolean value should be used when number-formatting functions are called. - - - - Indicates that the type of a variant object is a user-defined type. Returned by the VarType function. - - - - Indicates that the week specified by your system as the first week of the year should be used when date-related functions are called. - - - - Indicates that the day specified by your system as the first day of the week should be used when date-related functions are called. - - - - Indicates that the type of a variant object is Variant. Returned by the VarType function. - - - - Represents a carriage-return character for print functions. - - - - Indicates the volume label file attribute for file-access functions. - - - - Specifies that Wednesday should be used as the first day of the week when date-related functions are called. - - - - Indicates that narrow (single-byte) characters should be converted to wide (double-byte) characters when the StrConv function is called. - - - - Indicates that the Yes button was clicked in a message box. Returned by the MsgBox function. - - - - Indicates that the Yes and No buttons will be displayed when the MsgBox function is called. - - - - Indicates that the Yes, No, and Cancel buttons will be displayed when the MsgBox function is called. - - - - Provides services to the Visual Basic compiler for compiling For...Next loops. - - - Initializes a For...Next loop. - The loop counter variable. - The initial value of the loop counter. - The value of the To option. - The value of the Step option. - An object that contains verified values for loop values. - The counter value for the next loop iteration. - False if the loop has terminated; otherwise, True. - - - Checks for valid values for the loop counter, Step, and To values. - Required. A Decimal value that represents the initial value passed for the loop counter variable. - Required. A Decimal value that represents the value passed by using the To keyword. - Required. A Decimal value that represents the value passed by using the Step keyword. - True if StepValue is greater than zero and count is less than or equal to limit or StepValue is less than or equal to zero and count is greater than or equal to limit; otherwise, False. - - - Increments a For...Next loop. - The loop counter variable. - An object that contains verified values for loop values. - The counter value for the next loop iteration. - False if the loop has terminated; otherwise, True. - - - Checks for valid values for the loop counter, Step, and To values. - Required. A Single value that represents the initial value passed for the loop counter variable. - Required. A Single value that represents the value passed by using the To keyword. - Required. A Single value that represents the value passed by using the Step keyword. - True if StepValue is greater than zero and count is less than or equal to limit, or if StepValue is less than or equal to zero and count is greater than or equal to limit; otherwise, False. - - - Checks for valid values for the loop counter, Step, and To values. - Required. A Double value that represents the initial value passed for the loop counter variable. - Required. A Double value that represents the value passed by using the To keyword. - Required. A Double value that represents the value passed by using the Step keyword. - True if StepValue is greater than zero and count is less than or equal to limit, or if StepValue is less than or equal to zero and count is greater than or equal to limit; otherwise, False. - - - The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code. - - - Checks for a synchronization lock on the specified type. - The data type for which to check for synchronization lock. - - - Provides late-bound math operators, such as and , which the Visual Basic compiler uses internally. - - - Represents the Visual Basic addition (+) operator. - Required. Any numeric expression. - Required. Any numeric expression. - The sum of Left and Right. - - - Represents the Visual Basic And operator. - Required. Any Boolean or numeric expression. - Required. Any Boolean or numeric expression. - For Boolean operations, True if both Left and Right evaluate to True; otherwise, False. For bitwise operations, 1 if both Left and Right evaluate to 1; otherwise, 0. - - - Represents Visual Basic comparison operators. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - Value - - Condition - - -1 - - - Left is less than Right. - - 0 - - - Left and Right are equal. - - 1 - - - Left is greater than Right. - - - - - Represents the Visual Basic equal (=) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - True if Left and Right are equal; otherwise, False. + - - Represents the Visual Basic greater-than (>) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - True if Left is greater than Right; otherwise, False. + + Indicates that the button was clicked in a message box. Returned by the function. + - - Represents the Visual Basic greater-than or equal-to (>=) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - True if Left is greater than or equal to Right; otherwise, False. + + Indicates that the and buttons will be displayed when the function is called. + - - Represents the Visual Basic less-than (<) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - True if Left is less than Right; otherwise, False. + + Specifies that Saturday should be used as the first day of the week when date-related functions are called. + - - Represents the Visual Basic less-than or equal-to (<=) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - True if Left is less than or equal to Right; otherwise, False. + + Indicates that a property value should be set when the function is called. + - - Represents the Visual Basic not-equal (<>) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - True if Left is not equal to Right; otherwise, False. + + Indicates that the short-date format for the current culture should be used when the function is called. + - - Performs binary or text string comparison when given two strings. - Required. Any String expression. - Required. Any String expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - Value - - Condition - - -1 - - - Left is less than Right. - - 0 - - - Left is equal to Right. - - 1 - - - Left is greater than Right. - - + + Indicates that the short-time format for the current culture should be used when the function is called. + - - Represents the Visual Basic concatenation (&) operator. - Required. Any expression. - Required. Any expression. - A string representing the concatenation of Left and Right. + + Indicates that characters should be converted to Simplified Chinese when the function is called. + - - Represents the overloaded Visual Basic equals (=) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - The result of the overloaded equals operator. False if operator overloading is not supported. + + Indicates that the type of a variant object is . Returned by the function. + - - Represents the overloaded Visual Basic greater-than (>) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - The result of the overloaded greater-than operator. False if operator overloading is not supported. + + Indicates that the type of a variant object is . Returned by the function. + - - Represents the overloaded Visual Basic greater-than or equal-to (>=) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - The result of the overloaded greater-than or equal-to operator. False if operator overloading is not supported. + + Specifies that Sunday should be used as the first day of the week when date-related functions are called. + - - Represents the overloaded Visual Basic less-than (<) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - The result of the overloaded less-than operator. False if operator overloading is not supported. + + Indicates that the file is a system file for file-access functions. + - - Represents the overloaded Visual Basic less-than or equal-to (<=) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - The result of the overloaded less-than or equal-to operator. False if operator overloading is not supported. + + Indicates that the message box will be displayed as a modal dialog box when the function is called. + - - Represents the overloaded Visual Basic not-equal (<>) operator. - Required. Any expression. - Required. Any expression. - Required. True to perform a case-insensitive string comparison; otherwise, False. - The result of the overloaded not-equal operator. False if operator overloading is not supported. + + Represents a tab character for print and display functions. + - - Represents the Visual Basic division (/) operator. - Required. Any numeric expression. - Required. Any numeric expression. - The full quotient of Left divided by Right, including any remainder. + + Indicates that a text comparison should be performed when comparison functions are called. + - - Represents the Visual Basic exponent (^) operator. - Required. Any numeric expression. - Required. Any numeric expression. - The result of Left raised to the power of Right. + + Specifies that Thursday should be used as the first day of the week when date-related functions are called. + - - Executes a late-bound evaluation of a user-defined operator. This helper method is not meant to be called directly from your code. - The user-defined operator. - Argument values to pass to the user-defined operator. - The result returned from the user-defined operator. + + Indicates that characters should be converted to Traditional Chinese when the function is called. + - - Represents the Visual Basic integer division (\) operator. - Required. Any numeric expression. - Required. Any numeric expression. - The integer quotient of Left divided by Right, which discards any remainder and retains only the integer portion. + + Indicates that a value of should be used when number-formatting functions are called. + - - Represents the Visual Basic arithmetic left shift (<<) operator. - Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (SByte, Byte, Short, UShort, Integer, UInteger, Long, or ULong). - Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be Integer or widen to Integer. - An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of Operand. + + Specifies that Tuesday should be used as the first day of the week when date-related functions are called. + - - Represents the Visual Basic Like operator. - Required. Any expression. - Required. Any string expression conforming to the pattern-matching conventions described in Like Operator. - Required. A value that specifies that the operation use either text or binary comparison. - True if the string representation of the value in Source satisfies the pattern that is contained in Pattern; otherwise, False. True if both Source and Pattern are Nothing. + + Indicates that characters should be converted to uppercase when the function is called. + - - Represents the Visual Basic Like operator. - Required. Any String expression. - Required. Any String expression conforming to the pattern-matching conventions described in Like Operator. - Required. A value that specifies that the operation use either text or binary comparison. - True if the value in Source satisfies the pattern that is contained in Pattern; otherwise, False. True if both Source and Pattern are empty. + + Indicates that the default value should be used when number-formatting functions are called. + - - Represents the Visual Basic Mod operator. - Required. Any numeric expression. - Required. Any numeric expression. - The remainder after Left is divided by Right. + + Indicates that the type of a variant object is a user-defined type. Returned by the function. + - - Represents the Visual Basic multiply (*) operator. - Required. Any numeric expression. - Required. Any numeric expression. - The product of Left and Right. + + Indicates that the week specified by your system as the first week of the year should be used when date-related functions are called. + - - Represents the Visual Basic unary minus (–) operator. - Required. Any numeric expression. - The negative value of Operand. + + Indicates that the day specified by your system as the first day of the week should be used when date-related functions are called. + - - Represents the Visual Basic Not operator. - Required. Any Boolean or numeric expression. - For Boolean operations, False if Operand is True; otherwise, True. For bitwise operations, 1 if Operand is 0; otherwise, 0. + + Indicates that the type of a variant object is . Returned by the function. + - - Represents the Visual Basic Or operator. - Required. Any Boolean or numeric expression. - Required. Any Boolean or numeric expression. - For Boolean operations, False if both Left and Right evaluate to False; otherwise, True. For bitwise operations, 0 if both Left and Right evaluate to 0; otherwise, 1. + + Represents a carriage-return character for print functions. + - - Represents the Visual Basic unary plus (+) operator. - Required. Any numeric expression. - The value of Operand. (The sign of the Operand is unchanged.) + + Indicates the volume label file attribute for file-access functions. + - - Represents the Visual Basic arithmetic right shift (>>) operator. - Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (SByte, Byte, Short, UShort, Integer, UInteger, Long, or ULong). - Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be Integer or widen to Integer. - An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of Operand. + + Specifies that Wednesday should be used as the first day of the week when date-related functions are called. + - - Represents the Visual Basic subtraction (–) operator. - Required. Any numeric expression. - Required. Any numeric expression. - The difference between Left and Right. + + Indicates that narrow (single-byte) characters should be converted to wide (double-byte) characters when the function is called. + - - Represents the Visual Basic Xor operator. - Required. Any Boolean or numeric expression. - Required. Any Boolean or numeric expression. - A Boolean or numeric value. For a Boolean comparison, the return value is the logical exclusion (exclusive logical disjunction) of two Boolean values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator. + + Indicates that the button was clicked in a message box. Returned by the function. + - - Specifies that the current Option Compare setting should be passed as the default value for an argument. + + Indicates that the and buttons will be displayed when the function is called. + - - Initializes a new instance of the class. + + Indicates that the , , and buttons will be displayed when the function is called. + - - The Visual Basic compiler emits this helper class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used + + Contains utilities that the Visual Basic compiler uses. - - Initializes a new instance of the class. This is a helper method. + + Used by the Visual Basic compiler as a helper for . + The array to be copied. + The destination array. + The copied array. - - Provides helpers for the Visual Basic Err object. + + Retrieves and formats a localized resource string or error message. + The identifier of the string or error message to retrieve. + An array of parameters to replace placeholders in the string or error message. + A formatted resource string or error message. - - Performs the work for the Clear method of the Err object. A helper method. + + Returns a Visual Basic method signature. + A object to return a Visual Basic method signature for. + The Visual Basic method signature for the supplied object. - - Performs the work for the Raise method of the Err object. A helper method. - An integer value that identifies the nature of the error. Visual Basic errors are in the range 0–65535; the range 0–512 is reserved for system errors; the range 513–65535 is available for user-defined errors. - An object. + + Sets the culture of the current thread. + A object to set as the culture of the current thread. + The previous value of the property for the current thread. - - Closes all files for the calling assembly and stops the process. + + Throws a localized Visual Basic exception. + The Visual Basic error identifier. - - The Visual Basic compiler uses this helper method to capture exceptions in the Err object. - The object to be caught. + + The Visual Basic compiler uses this class internally when initializing static local members; it is not meant to be called directly from your code. - - The Visual Basic compiler uses this helper method to capture exceptions in the Err object. - The object to be caught. - The line number of the exception. + + Initializes a new instance of the class. - - The HideModuleNameAttribute attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module. + + Returns the state of the static local member's initialization flag (initialized or not). + - - Initializes a new instance of the attribute. + + This class provides attributes that are applied to the standard module construct when it is emitted to Intermediate Language (IL). It is not intended to be called directly from your code. + + + Initializes a new instance of the class. \ No newline at end of file