[System][Non-ACR] Change comments in DisplayState and PowerLock (#2088)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / Microsoft.VisualBasic.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>Microsoft.VisualBasic</name>
4   </assembly>
5   <members>
6     <member name="T:Microsoft.VisualBasic.CompilerServices.Conversions">
7       <summary>Provides methods that perform various type conversions.</summary>
8     </member>
9     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ChangeType(System.Object,System.Type)">
10       <summary>Converts an object to the specified type.</summary>
11       <param name="Expression">The object to convert.</param>
12       <param name="TargetType">The type to which to convert the object.</param>
13       <returns>An object of the specified target type.</returns>
14     </member>
15     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FallbackUserDefinedConversion(System.Object,System.Type)">
16       <summary>Converts an object to the specified type.</summary>
17       <param name="Expression">The object to convert.</param>
18       <param name="TargetType">The type to which to convert the object.</param>
19       <returns>An object of the specified target type.</returns>
20     </member>
21     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FromCharAndCount(System.Char,System.Int32)">
22       <summary>Converts a <see cref="T:System.Char"></see> value to a string, given a byte count.</summary>
23       <param name="Value">The <see langword="Char"></see> value to convert.</param>
24       <param name="Count">The byte count of the <see langword="Char"></see> value.</param>
25       <returns>The string representation of the specified value.</returns>
26     </member>
27     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FromCharArray(System.Char[])">
28       <summary>Converts a <see cref="T:System.Char"></see> array to a string.</summary>
29       <param name="Value">The <see langword="Char"></see> array to convert.</param>
30       <returns>The string representation of the specified array.</returns>
31     </member>
32     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.FromCharArraySubset(System.Char[],System.Int32,System.Int32)">
33       <summary>Converts a subset of a <see cref="T:System.Char"></see> array to a string.</summary>
34       <param name="Value">The <see langword="Char"></see> array to convert.</param>
35       <param name="StartIndex">Zero-based index of the start position.</param>
36       <param name="Length">Length of the subset in bytes.</param>
37       <returns>The string representation of the specified array from the start position to the specified length.</returns>
38     </member>
39     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(System.Object)">
40       <summary>Converts an object to a <see cref="T:System.Boolean"></see> value.</summary>
41       <param name="Value">The object to convert.</param>
42       <returns>A <see langword="Boolean"></see> value. Returns <see langword="False"></see> if the object is null; otherwise, <see langword="True"></see>.</returns>
43     </member>
44     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(System.String)">
45       <summary>Converts a string to a <see cref="T:System.Boolean"></see> value.</summary>
46       <param name="Value">The string to convert.</param>
47       <returns>A <see langword="Boolean"></see> value. Returns <see langword="False"></see> if the string is null; otherwise, <see langword="True"></see>.</returns>
48     </member>
49     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToByte(System.Object)">
50       <summary>Converts an object to a <see cref="T:System.Byte"></see> value.</summary>
51       <param name="Value">The object to convert.</param>
52       <returns>The <see langword="Byte"></see> value of the object.</returns>
53     </member>
54     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToByte(System.String)">
55       <summary>Converts a string to a <see cref="T:System.Byte"></see> value.</summary>
56       <param name="Value">The string to convert.</param>
57       <returns>The <see langword="Byte"></see> value of the string.</returns>
58     </member>
59     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToChar(System.Object)">
60       <summary>Converts an object to a <see cref="T:System.Char"></see> value.</summary>
61       <param name="Value">The object to convert.</param>
62       <returns>The <see langword="Char"></see> value of the object.</returns>
63     </member>
64     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToChar(System.String)">
65       <summary>Converts a string to a <see cref="T:System.Char"></see> value.</summary>
66       <param name="Value">The string to convert.</param>
67       <returns>The <see langword="Char"></see> value of the string.</returns>
68     </member>
69     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToCharArrayRankOne(System.String)">
70       <summary>Converts a string to a one-dimensional <see cref="T:System.Char"></see> array.</summary>
71       <param name="Value">The string to convert.</param>
72       <returns>A one-dimensional <see langword="Char"></see> array.</returns>
73     </member>
74     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToCharArrayRankOne(System.Object)">
75       <summary>Converts an object to a one-dimensional <see cref="T:System.Char"></see> array.</summary>
76       <param name="Value">The object to convert.</param>
77       <returns>A one-dimensional <see langword="Char"></see> array.</returns>
78     </member>
79     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(System.Object)">
80       <summary>Converts an object to a <see cref="T:System.DateTime"></see> value.</summary>
81       <param name="Value">The object to convert.</param>
82       <returns>The <see langword="DateTime"></see> value of the object.</returns>
83     </member>
84     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(System.String)">
85       <summary>Converts a string to a <see cref="T:System.DateTime"></see> value.</summary>
86       <param name="Value">The string to convert.</param>
87       <returns>The <see langword="DateTime"></see> value of the string.</returns>
88     </member>
89     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(System.Boolean)">
90       <summary>Converts a <see cref="T:System.Boolean"></see> value to a <see cref="T:System.Decimal"></see> value.</summary>
91       <param name="Value">A Boolean value to convert.</param>
92       <returns>The <see langword="Decimal"></see> value of the Boolean value.</returns>
93     </member>
94     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(System.Object)">
95       <summary>Converts an object to a <see cref="T:System.Decimal"></see> value.</summary>
96       <param name="Value">The object to convert.</param>
97       <returns>The <see langword="Decimal"></see> value of the object.</returns>
98     </member>
99     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDecimal(System.String)">
100       <summary>Converts a string to a <see cref="T:System.Decimal"></see> value.</summary>
101       <param name="Value">The string to convert.</param>
102       <returns>The <see langword="Decimal"></see> value of the string.</returns>
103     </member>
104     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(System.Object)">
105       <summary>Converts an object to a <see cref="T:System.Double"></see> value.</summary>
106       <param name="Value">The object to convert.</param>
107       <returns>The <see langword="Double"></see> value of the object.</returns>
108     </member>
109     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(System.String)">
110       <summary>Converts a string to a <see cref="T:System.Double"></see> value.</summary>
111       <param name="Value">The string to convert.</param>
112       <returns>The <see langword="Double"></see> value of the string.</returns>
113     </member>
114     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToGenericParameter``1(System.Object)">
115       <summary>Converts an object to a generic type <paramref name="T">T</paramref>.</summary>
116       <param name="Value">The object to convert.</param>
117       <typeparam name="T">The type to convert Value to.</typeparam>
118       <returns>A structure or object of generic type <paramref name="T">T</paramref>.</returns>
119     </member>
120     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(System.Object)">
121       <summary>Converts an object to an integer value.</summary>
122       <param name="Value">The object to convert.</param>
123       <returns>The <see langword="int"></see> value of the object.</returns>
124     </member>
125     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(System.String)">
126       <summary>Converts a string to an integer value.</summary>
127       <param name="Value">The string to convert.</param>
128       <returns>The <see langword="int"></see> value of the string.</returns>
129     </member>
130     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(System.Object)">
131       <summary>Converts an object to a <see langword="Long"></see> value.</summary>
132       <param name="Value">The object to convert.</param>
133       <returns>The <see langword="Long"></see> value of the object.</returns>
134     </member>
135     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToLong(System.String)">
136       <summary>Converts a string to a <see langword="Long"></see> value.</summary>
137       <param name="Value">The string to convert.</param>
138       <returns>The <see langword="Long"></see> value of the string.</returns>
139     </member>
140     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSByte(System.String)">
141       <summary>Converts a string to an <see cref="T:System.SByte"></see> value.</summary>
142       <param name="Value">The string to convert.</param>
143       <returns>The <see langword="SByte"></see> value of the string.</returns>
144     </member>
145     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSByte(System.Object)">
146       <summary>Converts an object to an <see cref="T:System.SByte"></see> value.</summary>
147       <param name="Value">The object to convert.</param>
148       <returns>The <see langword="SByte"></see> value of the object.</returns>
149     </member>
150     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToShort(System.Object)">
151       <summary>Converts an object to a <see langword="Short"></see> value.</summary>
152       <param name="Value">The object to convert.</param>
153       <returns>The <see langword="Short"></see> value of the object.</returns>
154     </member>
155     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToShort(System.String)">
156       <summary>Converts a string to a <see langword="Short"></see> value.</summary>
157       <param name="Value">The string to convert.</param>
158       <returns>The <see langword="Short"></see> value of the string.</returns>
159     </member>
160     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(System.Object)">
161       <summary>Converts an object to a <see cref="T:System.Single"></see> value.</summary>
162       <param name="Value">The object to convert.</param>
163       <returns>The <see langword="Single"></see> value of the object.</returns>
164     </member>
165     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(System.String)">
166       <summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.Single"></see> value.</summary>
167       <param name="Value">The string to convert.</param>
168       <returns>The <see langword="Single"></see> value of the string.</returns>
169     </member>
170     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Int64)">
171       <summary>Converts a <see langword="Long"></see> value to a <see cref="T:System.String"></see> value.</summary>
172       <param name="Value">The <see langword="Long"></see> value to convert.</param>
173       <returns>The <see langword="String"></see> representation of the <see langword="Long"></see> value.</returns>
174     </member>
175     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Single,System.Globalization.NumberFormatInfo)">
176       <summary>Converts a <see cref="T:System.Single"></see> value to a <see cref="T:System.String"></see> value, using the specified number format.</summary>
177       <param name="Value">The <see langword="Single"></see> value to convert.</param>
178       <param name="NumberFormat">The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo"></see>.</param>
179       <returns>The <see langword="String"></see> representation of the <see langword="Single"></see> value.</returns>
180     </member>
181     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Double,System.Globalization.NumberFormatInfo)">
182       <summary>Converts a <see cref="T:System.Double"></see> value to a <see cref="T:System.String"></see> value, using the specified number format.</summary>
183       <param name="Value">The <see langword="Double"></see> value to convert.</param>
184       <param name="NumberFormat">The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo"></see>.</param>
185       <returns>The <see langword="String"></see> representation of the <see langword="Double"></see> value.</returns>
186     </member>
187     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Decimal,System.Globalization.NumberFormatInfo)">
188       <summary>Converts a <see cref="T:System.Decimal"></see> value to a <see cref="T:System.String"></see> value, using the specified number format.</summary>
189       <param name="Value">The <see langword="decimal"></see> value to convert.</param>
190       <param name="NumberFormat">The number format to use, according to <see cref="T:System.Globalization.NumberFormatInfo"></see>.</param>
191       <returns>The <see langword="String"></see> representation of the <see langword="Decimal"></see> value.</returns>
192     </member>
193     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.UInt64)">
194       <summary>Converts a <see langword="Ulong"></see> value to a <see cref="T:System.String"></see> value.</summary>
195       <param name="Value">The <see langword="Ulong"></see> value to convert.</param>
196       <returns>The <see langword="String"></see> representation of the <see langword="Ulong"></see> value.</returns>
197     </member>
198     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.UInt32)">
199       <summary>Converts a <see langword="uint"></see> value to a <see cref="T:System.String"></see> value.</summary>
200       <param name="Value">The <see langword="Uint"></see> value to convert.</param>
201       <returns>The <see langword="String"></see> representation of the <see langword="Uint"></see> value.</returns>
202     </member>
203     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Single)">
204       <summary>Converts a <see cref="T:System.Single"></see> value (a single-precision floating point number) to a <see cref="T:System.String"></see> value.</summary>
205       <param name="Value">The <see langword="Single"></see> value to convert.</param>
206       <returns>The <see langword="String"></see> representation of the <see langword="Single"></see> value.</returns>
207     </member>
208     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Object)">
209       <summary>Converts an object to a <see cref="T:System.String"></see> value.</summary>
210       <param name="Value">The object to convert.</param>
211       <returns>The <see langword="String"></see> representation of the object.</returns>
212     </member>
213     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Int32)">
214       <summary>Converts an integer value to a <see cref="T:System.String"></see> value.</summary>
215       <param name="Value">The <see langword="int"></see> value to convert.</param>
216       <returns>The <see langword="String"></see> representation of the <see langword="int"></see> value.</returns>
217     </member>
218     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Int16)">
219       <summary>Converts a <see langword="Short"></see> value to a <see cref="T:System.String"></see> value.</summary>
220       <param name="Value">The <see langword="Short"></see> value to convert.</param>
221       <returns>The <see langword="String"></see> representation of the <see langword="Short"></see> value.</returns>
222     </member>
223     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Double)">
224       <summary>Converts a <see cref="T:System.Double"></see> value to a <see cref="T:System.String"></see> value.</summary>
225       <param name="Value">The <see langword="Double"></see> value to convert.</param>
226       <returns>The <see langword="String"></see> representation of the <see langword="Double"></see> value.</returns>
227     </member>
228     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Decimal)">
229       <summary>Converts a <see cref="T:System.Decimal"></see> value to a <see cref="T:System.String"></see> value.</summary>
230       <param name="Value">The <see langword="Decimal"></see> value to convert.</param>
231       <returns>The <see langword="String"></see> representation of the <see langword="Decimal"></see> value.</returns>
232     </member>
233     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.DateTime)">
234       <summary>Converts a <see cref="T:System.DateTime"></see> value to a <see cref="T:System.String"></see> value.</summary>
235       <param name="Value">The <see langword="DateTime"></see> value to convert.</param>
236       <returns>The <see langword="String"></see> representation of the <see langword="DateTime"></see> value.</returns>
237     </member>
238     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Char)">
239       <summary>Converts a <see cref="T:System.Char"></see> value to a <see cref="T:System.String"></see>.</summary>
240       <param name="Value">The <see langword="Char"></see> value to convert.</param>
241       <returns>The <see langword="String"></see> representation of the <see langword="Char"></see> value.</returns>
242     </member>
243     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Byte)">
244       <summary>Converts a <see cref="T:System.Byte"></see> value to a <see cref="T:System.String"></see>.</summary>
245       <param name="Value">The <see langword="Byte"></see> value to convert.</param>
246       <returns>The <see langword="String"></see> representation of the <see langword="Byte"></see> value.</returns>
247     </member>
248     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToString(System.Boolean)">
249       <summary>Converts a <see cref="T:System.Boolean"></see> value to a <see cref="T:System.String"></see>.</summary>
250       <param name="Value">The <see langword="Boolean"></see> value to convert.</param>
251       <returns>The <see langword="String"></see> representation of the <see langword="Boolean"></see> value.</returns>
252     </member>
253     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUInteger(System.Object)">
254       <summary>Converts an object to a <see langword="Uint"></see> value.</summary>
255       <param name="Value">The object to convert.</param>
256       <returns>The <see langword="Uint"></see> value of the object.</returns>
257     </member>
258     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUInteger(System.String)">
259       <summary>Converts a string to a <see langword="Uint"></see> value.</summary>
260       <param name="Value">The string to convert.</param>
261       <returns>The <see langword="Uint"></see> value of the string.</returns>
262     </member>
263     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToULong(System.Object)">
264       <summary>Converts an object to a <see langword="Ulong"></see> value.</summary>
265       <param name="Value">The object to convert.</param>
266       <returns>The <see langword="Ulong"></see> value of the object.</returns>
267     </member>
268     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToULong(System.String)">
269       <summary>Converts a string to a <see langword="Ulong"></see> value.</summary>
270       <param name="Value">The string to convert.</param>
271       <returns>The <see langword="Ulong"></see> value of the string.</returns>
272     </member>
273     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUShort(System.Object)">
274       <summary>Converts an object to a <see langword="Ushort"></see> value.</summary>
275       <param name="Value">The object to convert.</param>
276       <returns>The <see langword="Ushort"></see> value of the object.</returns>
277     </member>
278     <member name="M:Microsoft.VisualBasic.CompilerServices.Conversions.ToUShort(System.String)">
279       <summary>Converts a string to a <see langword="Ushort"></see> value.</summary>
280       <param name="Value">The string to convert.</param>
281       <returns>The <see langword="Ushort"></see> value of the string.</returns>
282     </member>
283     <member name="T:Microsoft.VisualBasic.CompilerServices.ProjectData">
284       <summary>Provides helpers for the Visual Basic <see langword="Err"></see> object.</summary>
285     </member>
286     <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.ClearProjectError">
287       <summary>Performs the work for the <see langword="Clear"></see> method of the <see langword="Err"></see> object. A helper method.</summary>
288     </member>
289     <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.CreateProjectError(System.Int32)">
290       <summary>Performs the work for the <see langword="Raise"></see> method of the <see langword="Err"></see> object. A helper method.</summary>
291       <param name="hr">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.</param>
292       <returns>An <see cref="T:System.Exception"></see> object.</returns>
293     </member>
294     <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.EndApp">
295       <summary>Closes all files for the calling assembly and stops the process.</summary>
296     </member>
297     <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.SetProjectError(System.Exception)">
298       <summary>The Visual Basic compiler uses this helper method to capture exceptions in the <see langword="Err"></see> object.</summary>
299       <param name="ex">The <see cref="T:System.Exception"></see> object to be caught.</param>
300     </member>
301     <member name="M:Microsoft.VisualBasic.CompilerServices.ProjectData.SetProjectError(System.Exception,System.Int32)">
302       <summary>The Visual Basic compiler uses this helper method to capture exceptions in the <see langword="Err"></see> object.</summary>
303       <param name="ex">The <see cref="T:System.Exception"></see> object to be caught.</param>
304       <param name="lErl">The line number of the exception.</param>
305     </member>
306     <member name="T:Microsoft.VisualBasic.CompilerServices.OptionTextAttribute">
307       <summary>The Visual Basic compiler emits this helper class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used</summary>
308     </member>
309     <member name="M:Microsoft.VisualBasic.CompilerServices.OptionTextAttribute.#ctor">
310       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.OptionTextAttribute"></see> class. This is a helper method.</summary>
311     </member>
312     <member name="T:Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute">
313       <summary>Specifies that the current <see langword="Option Compare"></see> setting should be passed as the default value for an argument.</summary>
314     </member>
315     <member name="M:Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute.#ctor">
316       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.OptionCompareAttribute"></see> class.</summary>
317     </member>
318     <member name="T:Microsoft.VisualBasic.CompilerServices.Operators">
319       <summary>Provides late-bound math operators, such as <see cref="M:Microsoft.VisualBasic.CompilerServices.Operators.AddObject(System.Object,System.Object)"></see> and <see cref="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObject(System.Object,System.Object,System.Boolean)"></see>, which the Visual Basic compiler uses internally.</summary>
320     </member>
321     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.AddObject(System.Object,System.Object)">
322       <summary>Represents the Visual Basic addition (+) operator.</summary>
323       <param name="Left">Required. Any numeric expression.</param>
324       <param name="Right">Required. Any numeric expression.</param>
325       <returns>The sum of <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref>.</returns>
326     </member>
327     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.AndObject(System.Object,System.Object)">
328       <summary>Represents the Visual Basic <see langword="And"></see> operator.</summary>
329       <param name="Left">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
330       <param name="Right">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
331       <returns>For <see langword="Boolean"></see> operations, <see langword="True"></see> if both <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref> evaluate to <see langword="True"></see>; otherwise, <see langword="False"></see>. For bitwise operations, 1 if both <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref> evaluate to 1; otherwise, 0.</returns>
332     </member>
333     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObject(System.Object,System.Object,System.Boolean)">
334       <summary>Represents Visual Basic comparison operators.</summary>
335       <param name="Left">Required. Any expression.</param>
336       <param name="Right">Required. Any expression.</param>
337       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
338       <returns> Value  
339
340   Condition  
341
342   -1  
343
344  
345           <paramref name="Left">Left</paramref> is less than <paramref name="Right">Right</paramref>.  
346
347   0  
348
349  
350           <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref> are equal.  
351
352   1  
353
354  
355           <paramref name="Left">Left</paramref> is greater than <paramref name="Right">Right</paramref>.  
356
357  </returns>
358     </member>
359     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectEqual(System.Object,System.Object,System.Boolean)">
360       <summary>Represents the Visual Basic equal (=) operator.</summary>
361       <param name="Left">Required. Any expression.</param>
362       <param name="Right">Required. Any expression.</param>
363       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
364       <returns><see langword="True"></see> if <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref> are equal; otherwise, <see langword="False"></see>.</returns>
365     </member>
366     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectGreater(System.Object,System.Object,System.Boolean)">
367       <summary>Represents the Visual Basic greater-than (&amp;gt;) operator.</summary>
368       <param name="Left">Required. Any expression.</param>
369       <param name="Right">Required. Any expression.</param>
370       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
371       <returns><see langword="True"></see> if <paramref name="Left">Left</paramref> is greater than <paramref name="Right">Right</paramref>; otherwise, <see langword="False"></see>.</returns>
372     </member>
373     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectGreaterEqual(System.Object,System.Object,System.Boolean)">
374       <summary>Represents the Visual Basic greater-than or equal-to (&amp;gt;=) operator.</summary>
375       <param name="Left">Required. Any expression.</param>
376       <param name="Right">Required. Any expression.</param>
377       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
378       <returns><see langword="True"></see> if <paramref name="Left">Left</paramref> is greater than or equal to <paramref name="Right">Right</paramref>; otherwise, <see langword="False"></see>.</returns>
379     </member>
380     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectLess(System.Object,System.Object,System.Boolean)">
381       <summary>Represents the Visual Basic less-than (&amp;lt;) operator.</summary>
382       <param name="Left">Required. Any expression.</param>
383       <param name="Right">Required. Any expression.</param>
384       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
385       <returns><see langword="True"></see> if <paramref name="Left">Left</paramref> is less than <paramref name="Right">Right</paramref>; otherwise, <see langword="False"></see>.</returns>
386     </member>
387     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectLessEqual(System.Object,System.Object,System.Boolean)">
388       <summary>Represents the Visual Basic less-than or equal-to (&amp;lt;=) operator.</summary>
389       <param name="Left">Required. Any expression.</param>
390       <param name="Right">Required. Any expression.</param>
391       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
392       <returns><see langword="True"></see> if <paramref name="Left">Left</paramref> is less than or equal to <paramref name="Right">Right</paramref>; otherwise, <see langword="False"></see>.</returns>
393     </member>
394     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareObjectNotEqual(System.Object,System.Object,System.Boolean)">
395       <summary>Represents the Visual Basic not-equal (&amp;lt;&amp;gt;) operator.</summary>
396       <param name="Left">Required. Any expression.</param>
397       <param name="Right">Required. Any expression.</param>
398       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
399       <returns><see langword="True"></see> if <paramref name="Left">Left</paramref> is not equal to <paramref name="Right">Right</paramref>; otherwise, <see langword="False"></see>.</returns>
400     </member>
401     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.CompareString(System.String,System.String,System.Boolean)">
402       <summary>Performs binary or text string comparison when given two strings.</summary>
403       <param name="Left">Required. Any <see langword="String"></see> expression.</param>
404       <param name="Right">Required. Any <see langword="String"></see> expression.</param>
405       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
406       <returns> Value  
407
408   Condition  
409
410   -1  
411
412  
413           <paramref name="Left">Left</paramref> is less than <paramref name="Right">Right</paramref>.  
414
415   0  
416
417  
418           <paramref name="Left">Left</paramref> is equal to <paramref name="Right">Right</paramref>.  
419
420   1  
421
422  
423           <paramref name="Left">Left</paramref> is greater than <paramref name="Right">Right</paramref>.  
424
425  </returns>
426     </member>
427     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConcatenateObject(System.Object,System.Object)">
428       <summary>Represents the Visual Basic concatenation (&amp;amp;) operator.</summary>
429       <param name="Left">Required. Any expression.</param>
430       <param name="Right">Required. Any expression.</param>
431       <returns>A string representing the concatenation of <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref>.</returns>
432     </member>
433     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectEqual(System.Object,System.Object,System.Boolean)">
434       <summary>Represents the overloaded Visual Basic equals (=) operator.</summary>
435       <param name="Left">Required. Any expression.</param>
436       <param name="Right">Required. Any expression.</param>
437       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
438       <returns>The result of the overloaded equals operator. <see langword="False"></see> if operator overloading is not supported.</returns>
439     </member>
440     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectGreater(System.Object,System.Object,System.Boolean)">
441       <summary>Represents the overloaded Visual Basic greater-than (&amp;gt;) operator.</summary>
442       <param name="Left">Required. Any expression.</param>
443       <param name="Right">Required. Any expression.</param>
444       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
445       <returns>The result of the overloaded greater-than operator. <see langword="False"></see> if operator overloading is not supported.</returns>
446     </member>
447     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectGreaterEqual(System.Object,System.Object,System.Boolean)">
448       <summary>Represents the overloaded Visual Basic greater-than or equal-to (&amp;gt;=) operator.</summary>
449       <param name="Left">Required. Any expression.</param>
450       <param name="Right">Required. Any expression.</param>
451       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
452       <returns>The result of the overloaded greater-than or equal-to operator. <see langword="False"></see> if operator overloading is not supported.</returns>
453     </member>
454     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectLess(System.Object,System.Object,System.Boolean)">
455       <summary>Represents the overloaded Visual Basic less-than (&amp;lt;) operator.</summary>
456       <param name="Left">Required. Any expression.</param>
457       <param name="Right">Required. Any expression.</param>
458       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
459       <returns>The result of the overloaded less-than operator. <see langword="False"></see> if operator overloading is not supported.</returns>
460     </member>
461     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectLessEqual(System.Object,System.Object,System.Boolean)">
462       <summary>Represents the overloaded Visual Basic less-than or equal-to (&amp;lt;=) operator.</summary>
463       <param name="Left">Required. Any expression.</param>
464       <param name="Right">Required. Any expression.</param>
465       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
466       <returns>The result of the overloaded less-than or equal-to operator. <see langword="False"></see> if operator overloading is not supported.</returns>
467     </member>
468     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ConditionalCompareObjectNotEqual(System.Object,System.Object,System.Boolean)">
469       <summary>Represents the overloaded Visual Basic not-equal (&amp;lt;&amp;gt;) operator.</summary>
470       <param name="Left">Required. Any expression.</param>
471       <param name="Right">Required. Any expression.</param>
472       <param name="TextCompare">Required. <see langword="True"></see> to perform a case-insensitive string comparison; otherwise, <see langword="False"></see>.</param>
473       <returns>The result of the overloaded not-equal operator. <see langword="False"></see> if operator overloading is not supported.</returns>
474     </member>
475     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.DivideObject(System.Object,System.Object)">
476       <summary>Represents the Visual Basic division (/) operator.</summary>
477       <param name="Left">Required. Any numeric expression.</param>
478       <param name="Right">Required. Any numeric expression.</param>
479       <returns>The full quotient of <paramref name="Left">Left</paramref> divided by <paramref name="Right">Right</paramref>, including any remainder.</returns>
480     </member>
481     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ExponentObject(System.Object,System.Object)">
482       <summary>Represents the Visual Basic exponent (^) operator.</summary>
483       <param name="Left">Required. Any numeric expression.</param>
484       <param name="Right">Required. Any numeric expression.</param>
485       <returns>The result of <paramref name="Left">Left</paramref> raised to the power of <paramref name="Right">Right</paramref>.</returns>
486     </member>
487     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.FallbackInvokeUserDefinedOperator(System.Object,System.Object[])">
488       <summary>Executes a late-bound evaluation of a user-defined operator. This helper method is not meant to be called directly from your code.</summary>
489       <param name="vbOp">The user-defined operator.</param>
490       <param name="Arguments">Argument values to pass to the user-defined operator.</param>
491       <returns>The result returned from the user-defined operator.</returns>
492     </member>
493     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.IntDivideObject(System.Object,System.Object)">
494       <summary>Represents the Visual Basic integer division (\) operator.</summary>
495       <param name="Left">Required. Any numeric expression.</param>
496       <param name="Right">Required. Any numeric expression.</param>
497       <returns>The integer quotient of <paramref name="Left">Left</paramref> divided by <paramref name="Right">Right</paramref>, which discards any remainder and retains only the integer portion.</returns>
498     </member>
499     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.LeftShiftObject(System.Object,System.Object)">
500       <summary>Represents the Visual Basic arithmetic left shift (&amp;lt;&amp;lt;) operator.</summary>
501       <param name="Operand">Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (<see langword="SByte"></see>, <see langword="Byte"></see>, <see langword="Short"></see>, <see langword="UShort"></see>, <see langword="Integer"></see>, <see langword="UInteger"></see>, <see langword="Long"></see>, or <see langword="ULong"></see>).</param>
502       <param name="Amount">Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be <see langword="Integer"></see> or widen to <see langword="Integer"></see>.</param>
503       <returns>An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of <paramref name="Operand">Operand</paramref>.</returns>
504     </member>
505     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.LikeObject(System.Object,System.Object,Microsoft.VisualBasic.CompareMethod)">
506       <summary>Represents the Visual Basic <see langword="Like"></see> operator.</summary>
507       <param name="Source">Required. Any expression.</param>
508       <param name="Pattern">Required. Any string expression conforming to the pattern-matching conventions described in Like Operator.</param>
509       <param name="CompareOption">Required. A <see cref="T:Microsoft.VisualBasic.CompareMethod"></see> value that specifies that the operation use either text or binary comparison.</param>
510       <returns><see langword="True"></see> if the string representation of the value in <paramref name="Source">Source</paramref> satisfies the pattern that is contained in <paramref name="Pattern">Pattern</paramref>; otherwise, <see langword="False"></see>. <see langword="True"></see> if both <paramref name="Source">Source</paramref> and <paramref name="Pattern">Pattern</paramref> are <see langword="Nothing"></see>.</returns>
511     </member>
512     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.LikeString(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
513       <summary>Represents the Visual Basic <see langword="Like"></see> operator.</summary>
514       <param name="Source">Required. Any <see langword="String"></see> expression.</param>
515       <param name="Pattern">Required. Any <see langword="String"></see> expression conforming to the pattern-matching conventions described in Like Operator.</param>
516       <param name="CompareOption">Required. A <see cref="T:Microsoft.VisualBasic.CompareMethod"></see> value that specifies that the operation use either text or binary comparison.</param>
517       <returns><see langword="True"></see> if the value in <paramref name="Source">Source</paramref> satisfies the pattern that is contained in <paramref name="Pattern">Pattern</paramref>; otherwise, <see langword="False"></see>. <see langword="True"></see> if both <paramref name="Source">Source</paramref> and <paramref name="Pattern">Pattern</paramref> are empty.</returns>
518     </member>
519     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.ModObject(System.Object,System.Object)">
520       <summary>Represents the Visual Basic <see langword="Mod"></see> operator.</summary>
521       <param name="Left">Required. Any numeric expression.</param>
522       <param name="Right">Required. Any numeric expression.</param>
523       <returns>The remainder after <paramref name="Left">Left</paramref> is divided by <paramref name="Right">Right</paramref>.</returns>
524     </member>
525     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.MultiplyObject(System.Object,System.Object)">
526       <summary>Represents the Visual Basic multiply (*) operator.</summary>
527       <param name="Left">Required. Any numeric expression.</param>
528       <param name="Right">Required. Any numeric expression.</param>
529       <returns>The product of <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref>.</returns>
530     </member>
531     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.NegateObject(System.Object)">
532       <summary>Represents the Visual Basic unary minus (–) operator.</summary>
533       <param name="Operand">Required. Any numeric expression.</param>
534       <returns>The negative value of <paramref name="Operand">Operand</paramref>.</returns>
535     </member>
536     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.NotObject(System.Object)">
537       <summary>Represents the Visual Basic <see langword="Not"></see> operator.</summary>
538       <param name="Operand">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
539       <returns>For <see langword="Boolean"></see> operations, <see langword="False"></see> if <paramref name="Operand">Operand</paramref> is <see langword="True"></see>; otherwise, <see langword="True"></see>. For bitwise operations, 1 if <paramref name="Operand">Operand</paramref> is 0; otherwise, 0.</returns>
540     </member>
541     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.OrObject(System.Object,System.Object)">
542       <summary>Represents the Visual Basic <see langword="Or"></see> operator.</summary>
543       <param name="Left">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
544       <param name="Right">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
545       <returns>For <see langword="Boolean"></see> operations, <see langword="False"></see> if both <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref> evaluate to <see langword="False"></see>; otherwise, <see langword="True"></see>. For bitwise operations, 0 if both <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref> evaluate to 0; otherwise, 1.</returns>
546     </member>
547     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.PlusObject(System.Object)">
548       <summary>Represents the Visual Basic unary plus (+) operator.</summary>
549       <param name="Operand">Required. Any numeric expression.</param>
550       <returns>The value of <paramref name="Operand">Operand</paramref>. (The sign of the <paramref name="Operand">Operand</paramref> is unchanged.)</returns>
551     </member>
552     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.RightShiftObject(System.Object,System.Object)">
553       <summary>Represents the Visual Basic arithmetic right shift (&amp;gt;&amp;gt;) operator.</summary>
554       <param name="Operand">Required. Integral numeric expression. The bit pattern to be shifted. The data type must be an integral type (<see langword="SByte"></see>, <see langword="Byte"></see>, <see langword="Short"></see>, <see langword="UShort"></see>, <see langword="Integer"></see>, <see langword="UInteger"></see>, <see langword="Long"></see>, or <see langword="ULong"></see>).</param>
555       <param name="Amount">Required. Numeric expression. The number of bits to shift the bit pattern. The data type must be <see langword="Integer"></see> or widen to <see langword="Integer"></see>.</param>
556       <returns>An integral numeric value. The result of shifting the bit pattern. The data type is the same as that of <paramref name="Operand">Operand</paramref>.</returns>
557     </member>
558     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.SubtractObject(System.Object,System.Object)">
559       <summary>Represents the Visual Basic subtraction (–) operator.</summary>
560       <param name="Left">Required. Any numeric expression.</param>
561       <param name="Right">Required. Any numeric expression.</param>
562       <returns>The difference between <paramref name="Left">Left</paramref> and <paramref name="Right">Right</paramref>.</returns>
563     </member>
564     <member name="M:Microsoft.VisualBasic.CompilerServices.Operators.XorObject(System.Object,System.Object)">
565       <summary>Represents the Visual Basic <see langword="Xor"></see> operator.</summary>
566       <param name="Left">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
567       <param name="Right">Required. Any <see langword="Boolean"></see> or numeric expression.</param>
568       <returns>A <see langword="Boolean"></see> or numeric value. For a <see langword="Boolean"></see> comparison, the return value is the logical exclusion (exclusive logical disjunction) of two <see langword="Boolean"></see> 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>
569     </member>
570     <member name="T:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl">
571       <summary>The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code.</summary>
572     </member>
573     <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.CheckForSyncLockOnValueType(System.Object)">
574       <summary>Checks for a synchronization lock on the specified type.</summary>
575       <param name="Expression">The data type for which to check for synchronization lock.</param>
576     </member>
577     <member name="T:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl">
578       <summary>Provides services to the Visual Basic compiler for compiling <see langword="For...Next"></see> loops.</summary>
579     </member>
580     <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForLoopInitObj(System.Object,System.Object,System.Object,System.Object,System.Object@,System.Object@)">
581       <summary>Initializes a <see langword="For...Next"></see> loop.</summary>
582       <param name="Counter">The loop counter variable.</param>
583       <param name="Start">The initial value of the loop counter.</param>
584       <param name="Limit">The value of the <see langword="To"></see> option.</param>
585       <param name="StepValue">The value of the <see langword="Step"></see> option.</param>
586       <param name="LoopForResult">An object that contains verified values for loop values.</param>
587       <param name="CounterResult">The counter value for the next loop iteration.</param>
588       <returns><see langword="False"></see> if the loop has terminated; otherwise, <see langword="True"></see>.</returns>
589     </member>
590     <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckDec(System.Decimal,System.Decimal,System.Decimal)">
591       <summary>Checks for valid values for the loop counter, <see langword="Step"></see>, and <see langword="To"></see> values.</summary>
592       <param name="count">Required. A <see langword="Decimal"></see> value that represents the initial value passed for the loop counter variable.</param>
593       <param name="limit">Required. A <see langword="Decimal"></see> value that represents the value passed by using the <see langword="To"></see> keyword.</param>
594       <param name="StepValue">Required. A <see langword="Decimal"></see> value that represents the value passed by using the <see langword="Step"></see> keyword.</param>
595       <returns><see langword="True"></see> if <paramref name="StepValue">StepValue</paramref> is greater than zero and <paramref name="count">count</paramref> is less than or equal to <paramref name="limit">limit</paramref> or <paramref name="StepValue">StepValue</paramref> is less than or equal to zero and <paramref name="count">count</paramref> is greater than or equal to <paramref name="limit">limit</paramref>; otherwise, <see langword="False"></see>.</returns>
596     </member>
597     <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckObj(System.Object,System.Object,System.Object@)">
598       <summary>Increments a <see langword="For...Next"></see> loop.</summary>
599       <param name="Counter">The loop counter variable.</param>
600       <param name="LoopObj">An object that contains verified values for loop values.</param>
601       <param name="CounterResult">The counter value for the next loop iteration.</param>
602       <returns><see langword="False"></see> if the loop has terminated; otherwise, <see langword="True"></see>.</returns>
603     </member>
604     <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckR4(System.Single,System.Single,System.Single)">
605       <summary>Checks for valid values for the loop counter, <see langword="Step"></see>, and <see langword="To"></see> values.</summary>
606       <param name="count">Required. A <see langword="Single"></see> value that represents the initial value passed for the loop counter variable.</param>
607       <param name="limit">Required. A <see langword="Single"></see> value that represents the value passed by using the <see langword="To"></see> keyword.</param>
608       <param name="StepValue">Required. A <see langword="Single"></see> value that represents the value passed by using the <see langword="Step"></see> keyword.</param>
609       <returns><see langword="True"></see> if <paramref name="StepValue">StepValue</paramref> is greater than zero and <paramref name="count">count</paramref> is less than or equal to <paramref name="limit">limit</paramref>, or if <paramref name="StepValue">StepValue</paramref> is less than or equal to zero and <paramref name="count">count</paramref> is greater than or equal to <paramref name="limit">limit</paramref>; otherwise, <see langword="False"></see>.</returns>
610     </member>
611     <member name="M:Microsoft.VisualBasic.CompilerServices.ObjectFlowControl.ForLoopControl.ForNextCheckR8(System.Double,System.Double,System.Double)">
612       <summary>Checks for valid values for the loop counter, <see langword="Step"></see>, and <see langword="To"></see> values.</summary>
613       <param name="count">Required. A <see langword="Double"></see> value that represents the initial value passed for the loop counter variable.</param>
614       <param name="limit">Required. A <see langword="Double"></see> value that represents the value passed by using the <see langword="To"></see> keyword.</param>
615       <param name="StepValue">Required. A <see langword="Double"></see> value that represents the value passed by using the <see langword="Step"></see> keyword.</param>
616       <returns><see langword="True"></see> if <paramref name="StepValue">StepValue</paramref> is greater than zero and <paramref name="count">count</paramref> is less than or equal to <paramref name="limit">limit</paramref>, or if <paramref name="StepValue">StepValue</paramref> is less than or equal to zero and <paramref name="count">count</paramref> is greater than or equal to <paramref name="limit">limit</paramref>; otherwise, <see langword="False"></see>.</returns>
617     </member>
618     <member name="T:Microsoft.VisualBasic.HideModuleNameAttribute">
619       <summary>The <see langword="HideModuleNameAttribute"></see> attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module.</summary>
620     </member>
621     <member name="M:Microsoft.VisualBasic.HideModuleNameAttribute.#ctor">
622       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.HideModuleNameAttribute"></see> attribute.</summary>
623     </member>
624     <member name="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization">
625       <summary>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.</summary>
626     </member>
627     <member name="M:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization.#ctor">
628       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization"></see> class.</summary>
629     </member>
630     <member name="M:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization.#ctor(System.String)">
631       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization"></see> class.</summary>
632       <param name="message">A string representing the message to be sent.</param>
633     </member>
634     <member name="M:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization.#ctor(System.String,System.Exception)">
635       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.IncompleteInitialization"></see> class.</summary>
636       <param name="message">A string representing the message to be sent.</param>
637       <param name="innerException">An <see cref="T:System.Exception"></see> object.</param>
638     </member>
639     <member name="T:Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute">
640       <summary>When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor.</summary>
641     </member>
642     <member name="M:Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute.#ctor">
643       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.DesignerGeneratedAttribute"></see> attribute.</summary>
644     </member>
645     <member name="T:Microsoft.VisualBasic.CallType">
646       <summary>Indicates the type of procedure being invoked when calling the <see langword="CallByName"></see> function.</summary>
647     </member>
648     <member name="F:Microsoft.VisualBasic.CallType.Get">
649       <summary>A property value is being retrieved.  This member is equivalent to the Visual Basic constant <see langword="vbGet"></see>.</summary>
650       <returns></returns>
651     </member>
652     <member name="F:Microsoft.VisualBasic.CallType.Let">
653       <summary>An Object property value is being determined. This member is equivalent to the Visual Basic constant <see langword="vbLet"></see>.</summary>
654       <returns></returns>
655     </member>
656     <member name="F:Microsoft.VisualBasic.CallType.Method">
657       <summary>A method is being invoked.  This member is equivalent to the Visual Basic constant <see langword="vbMethod"></see>.</summary>
658       <returns></returns>
659     </member>
660     <member name="F:Microsoft.VisualBasic.CallType.Set">
661       <summary>A property value is being determined.  This member is equivalent to the Visual Basic constant <see langword="vbSet"></see>.</summary>
662       <returns></returns>
663     </member>
664     <member name="T:Microsoft.VisualBasic.CompilerServices.NewLateBinding">
665       <summary>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.</summary>
666     </member>
667     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackCall(System.Object,System.String,System.Object[],System.String[],System.Boolean)">
668       <summary>Executes a late-bound method or function call. This helper method is not meant to be called directly from your code.</summary>
669       <param name="Instance">An instance of the call object exposing the property or method.</param>
670       <param name="MemberName">The name of the property or method on the call object.</param>
671       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
672       <param name="ArgumentNames">An array of argument names.</param>
673       <param name="IgnoreReturn">A <see langword="Boolean"></see> value indicating whether or not the return value can be ignored.</param>
674       <returns>An instance of the call object.</returns>
675     </member>
676     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackGet(System.Object,System.String,System.Object[],System.String[])">
677       <summary>Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.</summary>
678       <param name="Instance">An instance of the call object exposing the property or method.</param>
679       <param name="MemberName">The name of the property or method on the call object.</param>
680       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
681       <param name="ArgumentNames">An array of argument names.</param>
682       <returns>An instance of the call object.</returns>
683     </member>
684     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackIndexSet(System.Object,System.Object[],System.String[])">
685       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
686       <param name="Instance">An instance of the call object exposing the property or method.</param>
687       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
688       <param name="ArgumentNames">An array of argument names.</param>
689     </member>
690     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackIndexSetComplex(System.Object,System.Object[],System.String[],System.Boolean,System.Boolean)">
691       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
692       <param name="Instance">An instance of the call object exposing the property or method.</param>
693       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
694       <param name="ArgumentNames">An array of argument names.</param>
695       <param name="OptimisticSet">A <see langword="Boolean"></see> value used to determine whether the set operation will work. Set to <see langword="True"></see> when you believe that an intermediate value has been set in the property or field; otherwise <see langword="False"></see>.</param>
696       <param name="RValueBase">A <see langword="Boolean"></see> value that specifies when the base reference of the late reference is an <see langword="RValue"></see>. Set to <see langword="True"></see> when the base reference of the late reference is an <see langword="RValue"></see>; this allows you to generate a run-time exception for late assignments to fields of <see langword="RValues"></see> of value types. Otherwise, set to <see langword="False"></see>.</param>
697     </member>
698     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackInvokeDefault1(System.Object,System.Object[],System.String[],System.Boolean)">
699       <summary>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.</summary>
700       <param name="Instance">An instance of the call object exposing the property or method. If Instance is of type <see cref="T:System.Dynamic.IDynamicMetaObjectProvider"></see>, then bind using the Dynamic Language Runtime; otherwise perform standard late-binding.</param>
701       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
702       <param name="ArgumentNames">An array of argument names.</param>
703       <param name="ReportErrors">A <see langword="Boolean"></see> value used to specify whether to throw exceptions when an error is encountered. Set to <see langword="True"></see> to throw exceptions. Set to <see langword="False"></see> to return <see langword="Nothing"></see> when an error is encountered.</param>
704       <returns>An instance of the call object.</returns>
705     </member>
706     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackInvokeDefault2(System.Object,System.Object[],System.String[],System.Boolean)">
707       <summary>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.</summary>
708       <param name="Instance">An instance of the call object exposing the property or method.</param>
709       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
710       <param name="ArgumentNames">An array of argument names.</param>
711       <param name="ReportErrors">A <see langword="Boolean"></see> value used to specify whether to throw exceptions when an error is encountered. Set to <see langword="True"></see> to throw exceptions. Set to <see langword="False"></see> to return <see langword="Nothing"></see> when an error is encountered.</param>
712       <returns>An instance of the call object.</returns>
713     </member>
714     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackSet(System.Object,System.String,System.Object[])">
715       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
716       <param name="Instance">An instance of the call object exposing the property or method.</param>
717       <param name="MemberName">The name of the property or method on the call object.</param>
718       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
719     </member>
720     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackSetComplex(System.Object,System.String,System.Object[],System.Boolean,System.Boolean)">
721       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
722       <param name="Instance">An instance of the call object exposing the property or method.</param>
723       <param name="MemberName">The name of the property or method on the call object.</param>
724       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
725       <param name="OptimisticSet">A <see langword="Boolean"></see> value used to determine whether the set operation will work. Set to <see langword="True"></see> when you believe that an intermediate value has been set in the property or field; otherwise <see langword="False"></see>.</param>
726       <param name="RValueBase">A <see langword="Boolean"></see> value that specifies when the base reference of the late reference is an <see langword="RValue"></see>. Set to <see langword="True"></see> when the base reference of the late reference is an <see langword="RValue"></see>; this allows you to generate a run-time exception for late assignments to fields of <see langword="RValues"></see> of value types. Otherwise, set to <see langword="False"></see>.</param>
727     </member>
728     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean[],System.Boolean)">
729       <summary>Executes a late-bound method or function call. This helper method is not meant to be called directly from your code.</summary>
730       <param name="Instance">An instance of the call object exposing the property or method.</param>
731       <param name="Type">The type of the call object.</param>
732       <param name="MemberName">The name of the property or method on the call object.</param>
733       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
734       <param name="ArgumentNames">An array of argument names.</param>
735       <param name="TypeArguments">An array of argument types; used only for generic calls to pass argument types.</param>
736       <param name="CopyBack">An array of <see langword="Boolean"></see> values that the late binder uses to communicate back to the call site which arguments match <see langword="ByRef"></see> parameters. Each <see langword="True"></see> value indicates that the arguments matched and should be copied out after the call to <see langword="LateCall"></see> is complete.</param>
737       <param name="IgnoreReturn">A <see langword="Boolean"></see> value indicating whether or not the return value can be ignored.</param>
738       <returns>An instance of the call object.</returns>
739     </member>
740     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCallInvokeDefault(System.Object,System.Object[],System.String[],System.Boolean)">
741       <summary>Executes a late-bound call to the default method or function. This helper method is not meant to be called directly from your code.</summary>
742       <param name="Instance">An instance of the call object exposing the property or method.</param>
743       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
744       <param name="ArgumentNames">An array of argument names.</param>
745       <param name="ReportErrors">A <see langword="Boolean"></see> value used to specify whether to throw exceptions when an error is encountered. Set to <see langword="True"></see> to throw exceptions. Set to <see langword="False"></see> to return <see langword="Nothing"></see> when an error is encountered.</param>
746       <returns>An instance of the call object.</returns>
747     </member>
748     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCanEvaluate(System.Object,System.Type,System.String,System.Object[],System.Boolean,System.Boolean)">
749       <summary>Indicates whether a call requires late-bound evaluation. This helper method is not meant to be called directly from your code.</summary>
750       <param name="instance">An instance of the call object exposing the property or method.</param>
751       <param name="type">The type of the call object.</param>
752       <param name="memberName">The name of the property or method on the call object.</param>
753       <param name="arguments">An array containing the arguments to be passed to the property or method being called.</param>
754       <param name="allowFunctionEvaluation">A <see langword="Boolean"></see> value that specifies whether to allow function evaluation.</param>
755       <param name="allowPropertyEvaluation">A <see langword="Boolean"></see> value that specifies whether to allow property evaluation.</param>
756       <returns>A <see langword="Boolean"></see> value that indicates whether the expression requires late-bound evaluation.</returns>
757     </member>
758     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean[])">
759       <summary>Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.</summary>
760       <param name="Instance">An instance of the call object exposing the property or method.</param>
761       <param name="Type">The type of the call object.</param>
762       <param name="MemberName">The name of the property or method on the call object.</param>
763       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
764       <param name="ArgumentNames">An array of argument names.</param>
765       <param name="TypeArguments">An array of argument types; used only for generic calls to pass argument types.</param>
766       <param name="CopyBack">An array of <see langword="Boolean"></see> values that the late binder uses to communicate back to the call site which arguments match <see langword="ByRef"></see> parameters. Each <see langword="True"></see> value indicates that the arguments matched and should be copied out after the call to <see langword="LateCall"></see> is complete.</param>
767       <returns>An instance of the call object.</returns>
768     </member>
769     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGetInvokeDefault(System.Object,System.Object[],System.String[],System.Boolean)">
770       <summary>Executes a late-bound get of the default property or field. This helper method is not meant to be called directly from your code.</summary>
771       <param name="Instance">An instance of the call object exposing the property or method.</param>
772       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
773       <param name="ArgumentNames">An array of argument names.</param>
774       <param name="ReportErrors">A <see langword="Boolean"></see> value used to specify whether to throw exceptions when an error is encountered. Set to <see langword="True"></see> to throw exceptions. Set to <see langword="False"></see> to return <see langword="Nothing"></see> when an error is encountered.</param>
775       <returns>An instance of the call object.</returns>
776     </member>
777     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(System.Object,System.Object[],System.String[])">
778       <summary>Executes a late-bound property get or field access call. This helper method is not meant to be called directly from your code.</summary>
779       <param name="Instance">An instance of the call object exposing the property or method.</param>
780       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
781       <param name="ArgumentNames">An array of argument names.</param>
782       <returns>An instance of the call object.</returns>
783     </member>
784     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexSet(System.Object,System.Object[],System.String[])">
785       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
786       <param name="Instance">An instance of the call object exposing the property or method.</param>
787       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
788       <param name="ArgumentNames">An array of argument names.</param>
789     </member>
790     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexSetComplex(System.Object,System.Object[],System.String[],System.Boolean,System.Boolean)">
791       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
792       <param name="Instance">An instance of the call object exposing the property or method.</param>
793       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
794       <param name="ArgumentNames">An array of argument names.</param>
795       <param name="OptimisticSet">A <see langword="Boolean"></see> value used to determine whether the set operation will work. Set to <see langword="True"></see> when you believe that an intermediate value has been set in the property or field; otherwise <see langword="False"></see>.</param>
796       <param name="RValueBase">A <see langword="Boolean"></see> value that specifies when the base reference of the late reference is an <see langword="RValue"></see>. Set to <see langword="True"></see> when the base reference of the late reference is an <see langword="RValue"></see>; this allows you to generate a run-time exception for late assignments to fields of <see langword="RValues"></see> of value types. Otherwise, set to <see langword="False"></see>.</param>
797     </member>
798     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateSet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[])">
799       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
800       <param name="Instance">An instance of the call object exposing the property or method.</param>
801       <param name="Type">The type of the call object.</param>
802       <param name="MemberName">The name of the property or method on the call object.</param>
803       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
804       <param name="ArgumentNames">An array of argument names.</param>
805       <param name="TypeArguments">An array of argument types; used only for generic calls to pass argument types.</param>
806     </member>
807     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateSet(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean,System.Boolean,Microsoft.VisualBasic.CallType)">
808       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
809       <param name="Instance">An instance of the call object exposing the property or method.</param>
810       <param name="Type">The type of the call object.</param>
811       <param name="MemberName">The name of the property or method on the call object.</param>
812       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
813       <param name="ArgumentNames">An array of argument names.</param>
814       <param name="TypeArguments">An array of argument types; used only for generic calls to pass argument types.</param>
815       <param name="OptimisticSet">A <see langword="Boolean"></see> value used to determine whether the set operation will work. Set to <see langword="True"></see> when you believe that an intermediate value has been set in the property or field; otherwise <see langword="False"></see>.</param>
816       <param name="RValueBase">A <see langword="Boolean"></see> value that specifies when the base reference of the late reference is an <see langword="RValue"></see>. Set to <see langword="True"></see> when the base reference of the late reference is an <see langword="RValue"></see>; this allows you to generate a run-time exception for late assignments to fields of <see langword="RValues"></see> of value types. Otherwise, set to <see langword="False"></see>.</param>
817       <param name="CallType">An enumeration member of type <see cref="T:Microsoft.VisualBasic.CallType"></see> representing the type of procedure being called. The value of CallType can be <see langword="Method"></see>, <see langword="Get"></see>, or <see langword="Set"></see>. Only <see langword="Set"></see> is used.</param>
818     </member>
819     <member name="M:Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateSetComplex(System.Object,System.Type,System.String,System.Object[],System.String[],System.Type[],System.Boolean,System.Boolean)">
820       <summary>Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.</summary>
821       <param name="Instance">An instance of the call object exposing the property or method.</param>
822       <param name="Type">The type of the call object.</param>
823       <param name="MemberName">The name of the property or method on the call object.</param>
824       <param name="Arguments">An array containing the arguments to be passed to the property or method being called.</param>
825       <param name="ArgumentNames">An array of argument names.</param>
826       <param name="TypeArguments">An array of argument types; used only for generic calls to pass argument types.</param>
827       <param name="OptimisticSet">A <see langword="Boolean"></see> value used to determine whether the set operation will work. Set to <see langword="True"></see> when you believe that an intermediate value has been set in the property or field; otherwise <see langword="False"></see>.</param>
828       <param name="RValueBase">A <see langword="Boolean"></see> value that specifies when the base reference of the late reference is an <see langword="RValue"></see>. Set to <see langword="True"></see> when the base reference of the late reference is an <see langword="RValue"></see>; this allows you to generate a run-time exception for late assignments to fields of <see langword="RValues"></see> of value types. Otherwise, set to <see langword="False"></see>.</param>
829     </member>
830     <member name="T:Microsoft.VisualBasic.Strings">
831       <summary>The <see langword="Strings"></see> module contains procedures used to perform string operations.</summary>
832     </member>
833     <member name="M:Microsoft.VisualBasic.Strings.Asc(System.Char)">
834       <summary>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</summary>
835       <param name="String">Required. Any valid <see langword="Char"></see> or <see langword="String"></see> expression. If String is a <see langword="String"></see> expression, only the first character of the string is used for input. If String is <see langword="Nothing"></see> or contains no characters, an <see cref="T:System.ArgumentException"></see> error occurs.</param>
836       <returns>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</returns>
837     </member>
838     <member name="M:Microsoft.VisualBasic.Strings.Asc(System.String)">
839       <summary>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</summary>
840       <param name="String">Required. Any valid <see langword="Char"></see> or <see langword="String"></see> expression. If String is a <see langword="String"></see> expression, only the first character of the string is used for input. If String is <see langword="Nothing"></see> or contains no characters, an <see cref="T:System.ArgumentException"></see> error occurs.</param>
841       <returns>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</returns>
842     </member>
843     <member name="M:Microsoft.VisualBasic.Strings.AscW(System.Char)">
844       <summary>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</summary>
845       <param name="String">Required. Any valid <see langword="Char"></see> or <see langword="String"></see> expression. If String is a <see langword="String"></see> expression, only the first character of the string is used for input. If String is <see langword="Nothing"></see> or contains no characters, an <see cref="T:System.ArgumentException"></see> error occurs.</param>
846       <returns>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</returns>
847     </member>
848     <member name="M:Microsoft.VisualBasic.Strings.AscW(System.String)">
849       <summary>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</summary>
850       <param name="String">Required. Any valid <see langword="Char"></see> or <see langword="String"></see> expression. If String is a <see langword="String"></see> expression, only the first character of the string is used for input. If String is <see langword="Nothing"></see> or contains no characters, an <see cref="T:System.ArgumentException"></see> error occurs.</param>
851       <returns>Returns an <see langword="Integer"></see> value representing the character code corresponding to a character.</returns>
852     </member>
853     <member name="M:Microsoft.VisualBasic.Strings.Chr(System.Int32)">
854       <summary>Returns the character associated with the specified character code.</summary>
855       <param name="CharCode">Required. An <see langword="Integer"></see> expression representing the code point, or character code, for the character.</param>
856       <returns>Returns the character associated with the specified character code.</returns>
857       <exception cref="T:System.ArgumentException"><paramref name="CharCode">CharCode</paramref> &amp;lt; 0 or &amp;gt; 255 for <see langword="Chr"></see>.</exception>
858     </member>
859     <member name="M:Microsoft.VisualBasic.Strings.ChrW(System.Int32)">
860       <summary>Returns the character associated with the specified character code.</summary>
861       <param name="CharCode">Required. An <see langword="Integer"></see> expression representing the code point, or character code, for the character.</param>
862       <returns>Returns the character associated with the specified character code.</returns>
863       <exception cref="T:System.ArgumentException"><paramref name="CharCode">CharCode</paramref> &amp;lt; -32768 or &amp;gt; 65535 for <see langword="ChrW"></see>.</exception>
864     </member>
865     <member name="M:Microsoft.VisualBasic.Strings.Filter(System.Object[],System.String,System.Boolean,Microsoft.VisualBasic.CompareMethod)">
866       <summary>Returns a zero-based array containing a subset of a <see langword="String"></see> array based on specified filter criteria.</summary>
867       <param name="Source">Required. One-dimensional array of strings to be searched.</param>
868       <param name="Match">Required. String to search for.</param>
869       <param name="Include">Optional. <see langword="Boolean"></see> value indicating whether to return substrings that include or exclude Match. If Include is <see langword="True"></see>, the <see langword="Filter"></see> function returns the subset of the array that contains Match as a substring. If Include is <see langword="False"></see>, the <see langword="Filter"></see> function returns the subset of the array that does not contain Match as a substring.</param>
870       <param name="Compare">Optional. Numeric value indicating the kind of string comparison to use. See &amp;quot;Settings&amp;quot; for values.</param>
871       <returns>Returns a zero-based array containing a subset of a <see langword="String"></see> array based on specified filter criteria.</returns>
872       <exception cref="T:System.ArgumentException"><paramref name="Source">Source</paramref> is <see langword="Nothing"></see> or is not a one-dimensional array.</exception>
873     </member>
874     <member name="M:Microsoft.VisualBasic.Strings.Filter(System.String[],System.String,System.Boolean,Microsoft.VisualBasic.CompareMethod)">
875       <summary>Returns a zero-based array containing a subset of a <see langword="String"></see> array based on specified filter criteria.</summary>
876       <param name="Source">Required. One-dimensional array of strings to be searched.</param>
877       <param name="Match">Required. String to search for.</param>
878       <param name="Include">Optional. <see langword="Boolean"></see> value indicating whether to return substrings that include or exclude Match. If Include is <see langword="True"></see>, the <see langword="Filter"></see> function returns the subset of the array that contains Match as a substring. If Include is <see langword="False"></see>, the <see langword="Filter"></see> function returns the subset of the array that does not contain Match as a substring.</param>
879       <param name="Compare">Optional. Numeric value indicating the kind of string comparison to use. See &amp;quot;Settings&amp;quot; for values.</param>
880       <returns>Returns a zero-based array containing a subset of a <see langword="String"></see> array based on specified filter criteria.</returns>
881       <exception cref="T:System.ArgumentException"><paramref name="Source">Source</paramref> is <see langword="Nothing"></see> or is not a one-dimensional array.</exception>
882     </member>
883     <member name="M:Microsoft.VisualBasic.Strings.Format(System.Object,System.String)">
884       <summary>Returns a string formatted according to instructions contained in a format <see langword="String"></see> expression.</summary>
885       <param name="Expression">Required. Any valid expression.</param>
886       <param name="Style">Optional. A valid named or user-defined format <see langword="String"></see> expression.</param>
887       <returns>Returns a string formatted according to instructions contained in a format <see langword="String"></see> expression.</returns>
888     </member>
889     <member name="M:Microsoft.VisualBasic.Strings.FormatCurrency(System.Object,System.Int32,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState)">
890       <summary>Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.</summary>
891       <param name="Expression">Required. Expression to be formatted.</param>
892       <param name="NumDigitsAfterDecimal">Optional. Numeric value indicating how many places are displayed to the right of the decimal. Default value is –1, which indicates that the computer&amp;#39;s regional settings are used.</param>
893       <param name="IncludeLeadingDigit">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> enumeration that indicates whether or not a leading zero is displayed for fractional values. See &amp;quot;Remarks&amp;quot; for values.</param>
894       <param name="UseParensForNegativeNumbers">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> enumeration that indicates whether or not to place negative values within parentheses. See &amp;quot;Remarks&amp;quot; for values.</param>
895       <param name="GroupDigits">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> enumeration that indicates whether or not numbers are grouped using the group delimiter specified in the computer&amp;#39;s regional settings. See &amp;quot;Remarks&amp;quot; for values.</param>
896       <returns>Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.</returns>
897       <exception cref="T:System.ArgumentException">Number of digits after decimal point is greater than 99.</exception>
898       <exception cref="T:System.InvalidCastException">Type is not numeric.</exception>
899     </member>
900     <member name="M:Microsoft.VisualBasic.Strings.FormatDateTime(System.DateTime,Microsoft.VisualBasic.DateFormat)">
901       <summary>Returns a string expression representing a date/time value.</summary>
902       <param name="Expression">Required. <see langword="Date"></see> expression to be formatted.</param>
903       <param name="NamedFormat">Optional. Numeric value that indicates the date/time format used. If omitted, <see langword="DateFormat.GeneralDate"></see> is used.</param>
904       <returns>Returns a string expression representing a date/time value.</returns>
905       <exception cref="T:System.ArgumentException"><paramref name="NamedFormat">NamedFormat</paramref> setting is not valid.</exception>
906     </member>
907     <member name="M:Microsoft.VisualBasic.Strings.FormatNumber(System.Object,System.Int32,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState)">
908       <summary>Returns an expression formatted as a number.</summary>
909       <param name="Expression">Required. Expression to be formatted.</param>
910       <param name="NumDigitsAfterDecimal">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&amp;#39;s regional settings are used.</param>
911       <param name="IncludeLeadingDigit">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> constant that indicates whether a leading 0 is displayed for fractional values. See &amp;quot;Settings&amp;quot; for values.</param>
912       <param name="UseParensForNegativeNumbers">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> constant that indicates whether to place negative values within parentheses. See &amp;quot;Settings&amp;quot; for values.</param>
913       <param name="GroupDigits">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See &amp;quot;Settings&amp;quot; for values.</param>
914       <returns>Returns an expression formatted as a number.</returns>
915       <exception cref="T:System.InvalidCastException">Type is not numeric.</exception>
916     </member>
917     <member name="M:Microsoft.VisualBasic.Strings.FormatPercent(System.Object,System.Int32,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState,Microsoft.VisualBasic.TriState)">
918       <summary>Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.</summary>
919       <param name="Expression">Required. Expression to be formatted.</param>
920       <param name="NumDigitsAfterDecimal">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.</param>
921       <param name="IncludeLeadingDigit">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> constant that indicates whether or not a leading zero displays for fractional values. See &amp;quot;Settings&amp;quot; for values.</param>
922       <param name="UseParensForNegativeNumbers">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> constant that indicates whether or not to place negative values within parentheses. See &amp;quot;Settings&amp;quot; for values.</param>
923       <param name="GroupDigits">Optional. <see cref="T:Microsoft.VisualBasic.TriState"></see> constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See &amp;quot;Settings&amp;quot; for values.</param>
924       <returns>Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.</returns>
925       <exception cref="T:System.InvalidCastException">Type is not numeric.</exception>
926     </member>
927     <member name="M:Microsoft.VisualBasic.Strings.GetChar(System.String,System.Int32)">
928       <summary>Returns a <see langword="Char"></see> value representing the character from the specified index in the supplied string.</summary>
929       <param name="str">Required. Any valid <see langword="String"></see> expression.</param>
930       <param name="Index">Required. <see langword="Integer"></see> expression. The (1-based) index of the character in str to be returned.</param>
931       <returns><see langword="Char"></see> value representing the character from the specified index in the supplied string.</returns>
932       <exception cref="T:System.ArgumentException"><paramref name="str">str</paramref> is <see langword="Nothing"></see>, <paramref name="Index">Index</paramref> &amp;lt; 1, or <paramref name="Index">Index</paramref> is greater than index of last character of <paramref name="str">str</paramref>.</exception>
933     </member>
934     <member name="M:Microsoft.VisualBasic.Strings.InStr(System.Int32,System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
935       <summary>Returns an integer specifying the start position of the first occurrence of one string within another.</summary>
936       <param name="Start">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.</param>
937       <param name="String1">Required. <see langword="String"></see> expression being searched.</param>
938       <param name="String2">Required. <see langword="String"></see> expression sought.</param>
939       <param name="Compare">Optional. Specifies the type of string comparison. If Compare is omitted, the <see langword="Option Compare"></see> setting determines the type of comparison.</param>
940       <returns> If  
941
942   InStr returns  
943
944  
945           <paramref name="String1">String1</paramref> is zero length or <see langword="Nothing"></see> 0  
946
947  
948           <paramref name="String2">String2</paramref> is zero length or <see langword="Nothing"></see><paramref name="start">start</paramref><paramref name="String2">String2</paramref> is not found  
949
950   0  
951
952  
953           <paramref name="String2">String2</paramref> is found within <paramref name="String1">String1</paramref> Position where match begins  
954
955  
956           <paramref name="Start">Start</paramref> &amp;gt; length of <paramref name="String1">String1</paramref> 0  
957
958  </returns>
959       <exception cref="T:System.ArgumentException"><paramref name="Start">Start</paramref> &amp;lt; 1.</exception>
960     </member>
961     <member name="M:Microsoft.VisualBasic.Strings.InStr(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
962       <summary>Returns an integer specifying the start position of the first occurrence of one string within another.</summary>
963       <param name="String1">Required. <see langword="String"></see> expression being searched.</param>
964       <param name="String2">Required. <see langword="String"></see> expression sought.</param>
965       <param name="Compare">Optional. Specifies the type of string comparison. If Compare is omitted, the <see langword="Option Compare"></see> setting determines the type of comparison.</param>
966       <returns> If  
967
968   InStr returns  
969
970  
971           <paramref name="String1">String1</paramref> is zero length or <see langword="Nothing"></see> 0  
972
973  
974           <paramref name="String2">String2</paramref> is zero length or <see langword="Nothing"></see> The starting position for the search, which defaults to the first character position.  
975
976  
977           <paramref name="String2">String2</paramref> is not found  
978
979   0  
980
981  
982           <paramref name="String2">String2</paramref> is found within <paramref name="String1">String1</paramref> Position where match begins  
983
984  </returns>
985     </member>
986     <member name="M:Microsoft.VisualBasic.Strings.InStrRev(System.String,System.String,System.Int32,Microsoft.VisualBasic.CompareMethod)">
987       <summary>Returns the position of the first occurrence of one string within another, starting from the right side of the string.</summary>
988       <param name="StringCheck">Required. String expression being searched.</param>
989       <param name="StringMatch">Required. String expression being searched for.</param>
990       <param name="Start">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.</param>
991       <param name="Compare">Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. If omitted, a binary comparison is performed. See Settings for values.</param>
992       <returns> If  
993
994   InStrRev returns  
995
996  
997           <paramref name="StringCheck">StringCheck</paramref> is zero-length  
998
999   0  
1000
1001  
1002           <paramref name="StringMatch">StringMatch</paramref> is zero-length  
1003
1004  
1005           <paramref name="Start">Start</paramref><paramref name="StringMatch">StringMatch</paramref> is not found  
1006
1007   0  
1008
1009  
1010           <paramref name="StringMatch">StringMatch</paramref> is found within <paramref name="StringCheck">StringCheck</paramref> Position at which the first match is found, starting with the right side of the string.  
1011
1012  
1013           <paramref name="Start">Start</paramref> is greater than length of <paramref name="StringMatch">StringMatch</paramref> 0  
1014
1015  </returns>
1016       <exception cref="T:System.ArgumentException"><paramref name="Start">Start</paramref> = 0 or <paramref name="Start">Start</paramref> &amp;lt; -1.</exception>
1017     </member>
1018     <member name="M:Microsoft.VisualBasic.Strings.Join(System.Object[],System.String)">
1019       <summary>Returns a string created by joining a number of substrings contained in an array.</summary>
1020       <param name="SourceArray">Required. One-dimensional array containing substrings to be joined.</param>
1021       <param name="Delimiter">Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (&amp;quot; &amp;quot;) is used. If Delimiter is a zero-length string (&amp;quot;&amp;quot;) or <see langword="Nothing"></see>, all items in the list are concatenated with no delimiters.</param>
1022       <returns>Returns a string created by joining a number of substrings contained in an array.</returns>
1023       <exception cref="T:System.ArgumentException"><paramref name="SourceArray">SourceArray</paramref> is not one dimensional.</exception>
1024     </member>
1025     <member name="M:Microsoft.VisualBasic.Strings.Join(System.String[],System.String)">
1026       <summary>Returns a string created by joining a number of substrings contained in an array.</summary>
1027       <param name="SourceArray">Required. One-dimensional array containing substrings to be joined.</param>
1028       <param name="Delimiter">Optional. Any string, used to separate the substrings in the returned string. If omitted, the space character (&amp;quot; &amp;quot;) is used. If Delimiter is a zero-length string (&amp;quot;&amp;quot;) or <see langword="Nothing"></see>, all items in the list are concatenated with no delimiters.</param>
1029       <returns>Returns a string created by joining a number of substrings contained in an array.</returns>
1030       <exception cref="T:System.ArgumentException"><paramref name="SourceArray">SourceArray</paramref> is not one dimensional.</exception>
1031     </member>
1032     <member name="M:Microsoft.VisualBasic.Strings.LCase(System.Char)">
1033       <summary>Returns a string or character converted to lowercase.</summary>
1034       <param name="Value">Required. Any valid <see langword="String"></see> or <see langword="Char"></see> expression.</param>
1035       <returns>Returns a string or character converted to lowercase.</returns>
1036     </member>
1037     <member name="M:Microsoft.VisualBasic.Strings.LCase(System.String)">
1038       <summary>Returns a string or character converted to lowercase.</summary>
1039       <param name="Value">Required. Any valid <see langword="String"></see> or <see langword="Char"></see> expression.</param>
1040       <returns>Returns a string or character converted to lowercase.</returns>
1041     </member>
1042     <member name="M:Microsoft.VisualBasic.Strings.Left(System.String,System.Int32)">
1043       <summary>Returns a string containing a specified number of characters from the left side of a string.</summary>
1044       <param name="str">Required. <see langword="String"></see> expression from which the leftmost characters are returned.</param>
1045       <param name="Length">Required. <see langword="Integer"></see> expression. Numeric expression indicating how many characters to return. If 0, a zero-length string (&amp;quot;&amp;quot;) is returned. If greater than or equal to the number of characters in str, the entire string is returned.</param>
1046       <returns>Returns a string containing a specified number of characters from the left side of a string.</returns>
1047       <exception cref="T:System.ArgumentException"><paramref name="Length">Length</paramref> &amp;lt; 0.</exception>
1048     </member>
1049     <member name="M:Microsoft.VisualBasic.Strings.Len(System.UInt64)">
1050       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1051       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1052       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1053     </member>
1054     <member name="M:Microsoft.VisualBasic.Strings.Len(System.UInt32)">
1055       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1056       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1057       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1058     </member>
1059     <member name="M:Microsoft.VisualBasic.Strings.Len(System.UInt16)">
1060       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1061       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1062       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1063     </member>
1064     <member name="M:Microsoft.VisualBasic.Strings.Len(System.String)">
1065       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1066       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1067       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1068     </member>
1069     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Single)">
1070       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1071       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1072       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1073     </member>
1074     <member name="M:Microsoft.VisualBasic.Strings.Len(System.SByte)">
1075       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1076       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1077       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1078     </member>
1079     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Object)">
1080       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1081       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1082       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1083     </member>
1084     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Int64)">
1085       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1086       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1087       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1088     </member>
1089     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Int16)">
1090       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1091       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1092       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1093     </member>
1094     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Double)">
1095       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1096       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1097       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1098     </member>
1099     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Decimal)">
1100       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1101       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1102       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1103     </member>
1104     <member name="M:Microsoft.VisualBasic.Strings.Len(System.DateTime)">
1105       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1106       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1107       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1108     </member>
1109     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Char)">
1110       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1111       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1112       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1113     </member>
1114     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Byte)">
1115       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1116       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1117       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1118     </member>
1119     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Boolean)">
1120       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1121       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1122       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1123     </member>
1124     <member name="M:Microsoft.VisualBasic.Strings.Len(System.Int32)">
1125       <summary>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</summary>
1126       <param name="Expression">Any valid <see langword="String"></see> expression or variable name. If Expression is of type <see langword="Object"></see>, the <see langword="Len"></see> function returns the size as it will be written to the file by the <see langword="FilePut"></see> function.</param>
1127       <returns>Returns an integer containing either the number of characters in a string or the nominal number of bytes required to store a variable.</returns>
1128     </member>
1129     <member name="M:Microsoft.VisualBasic.Strings.LSet(System.String,System.Int32)">
1130       <summary>Returns a left-aligned string containing the specified string adjusted to the specified length.</summary>
1131       <param name="Source">Required. <see langword="String"></see> expression. Name of string variable.</param>
1132       <param name="Length">Required. <see langword="Integer"></see> expression. Length of returned string.</param>
1133       <returns>Returns a left-aligned string containing the specified string adjusted to the specified length.</returns>
1134     </member>
1135     <member name="M:Microsoft.VisualBasic.Strings.LTrim(System.String)">
1136       <summary>Returns a string containing a copy of a specified string with no leading spaces (<see langword="LTrim"></see>), no trailing spaces (<see langword="RTrim"></see>), or no leading or trailing spaces (<see langword="Trim"></see>).</summary>
1137       <param name="str">Required. Any valid <see langword="String"></see> expression.</param>
1138       <returns>Returns a string containing a copy of a specified string with no leading spaces (<see langword="LTrim"></see>), no trailing spaces (<see langword="RTrim"></see>), or no leading or trailing spaces (<see langword="Trim"></see>).</returns>
1139     </member>
1140     <member name="M:Microsoft.VisualBasic.Strings.Mid(System.String,System.Int32)">
1141       <summary>Returns a string that contains all the characters starting from a specified position in a string.</summary>
1142       <param name="str">Required. <see langword="String"></see> expression from which characters are returned.</param>
1143       <param name="Start">Required. <see langword="Integer"></see> expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the <see langword="Mid"></see> function returns a zero-length string (&amp;quot;&amp;quot;). Start is one-based.</param>
1144       <returns>A string that consists of all the characters starting from the specified position in the string.</returns>
1145       <exception cref="T:System.ArgumentException"><paramref name="Start">Start</paramref> &amp;lt;= 0 or <paramref name="Length">Length</paramref> &amp;lt; 0.</exception>
1146     </member>
1147     <member name="M:Microsoft.VisualBasic.Strings.Mid(System.String,System.Int32,System.Int32)">
1148       <summary>Returns a string that contains a specified number of characters starting from a specified position in a string.</summary>
1149       <param name="str">Required. <see langword="String"></see> expression from which characters are returned.</param>
1150       <param name="Start">Required. <see langword="Integer"></see> expression. Starting position of the characters to return. If Start is greater than the number of characters in str, the <see langword="Mid"></see> function returns a zero-length string (&amp;quot;&amp;quot;). Start is one based.</param>
1151       <param name="Length">Optional. <see langword="Integer"></see> 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.</param>
1152       <returns>A string that consists of the specified number of characters starting from the specified position in the string.</returns>
1153       <exception cref="T:System.ArgumentException"><paramref name="Start">Start</paramref> &amp;lt;= 0 or <paramref name="Length">Length</paramref> &amp;lt; 0.</exception>
1154     </member>
1155     <member name="M:Microsoft.VisualBasic.Strings.Replace(System.String,System.String,System.String,System.Int32,System.Int32,Microsoft.VisualBasic.CompareMethod)">
1156       <summary>Returns a string in which a specified substring has been replaced with another substring a specified number of times.</summary>
1157       <param name="Expression">Required. String expression containing substring to replace.</param>
1158       <param name="Find">Required. Substring being searched for.</param>
1159       <param name="Replacement">Required. Replacement substring.</param>
1160       <param name="Start">Optional. Position within Expression that starts a substring used for replacement. The return value of <see langword="Replace"></see> is a string that begins at Start, with appropriate substitutions. If omitted, 1 is assumed.</param>
1161       <param name="Count">Optional. Number of substring substitutions to perform. If omitted, the default value is –1, which means &amp;quot;make all possible substitutions.&amp;quot;</param>
1162       <param name="Compare">Optional. Numeric value indicating the kind of comparison to use when evaluating substrings. See Settings for values.</param>
1163       <returns><see langword="Replace"></see> returns the following values.  
1164   If  
1165
1166   Replace returns  
1167
1168  <paramref name="Find">Find</paramref> is zero-length or <see langword="Nothing"></see> Copy of <paramref name="Expression">Expression</paramref><paramref name="Replace">Replace</paramref> is zero-length  
1169
1170   Copy of <paramref name="Expression">Expression</paramref> with no occurrences of <paramref name="Find">Find</paramref><paramref name="Expression">Expression</paramref> is zero-length or <see langword="Nothing"></see>, or <paramref name="Start">Start</paramref> is greater than length of <paramref name="Expression">Expression</paramref><see langword="Nothing"></see><paramref name="Count">Count</paramref> is 0  
1171
1172   Copy of <paramref name="Expression">Expression</paramref></returns>
1173       <exception cref="T:System.ArgumentException"><paramref name="Count">Count</paramref> &amp;lt; -1 or <paramref name="Start">Start</paramref> &amp;lt;= 0.</exception>
1174     </member>
1175     <member name="M:Microsoft.VisualBasic.Strings.Right(System.String,System.Int32)">
1176       <summary>Returns a string containing a specified number of characters from the right side of a string.</summary>
1177       <param name="str">Required. <see langword="String"></see> expression from which the rightmost characters are returned.</param>
1178       <param name="Length">Required. <see langword="Integer"></see>. Numeric expression indicating how many characters to return. If 0, a zero-length string (&amp;quot;&amp;quot;) is returned. If greater than or equal to the number of characters in str, the entire string is returned.</param>
1179       <returns>Returns a string containing a specified number of characters from the right side of a string.</returns>
1180       <exception cref="T:System.ArgumentException"><paramref name="Length">Length</paramref> &amp;lt; 0.</exception>
1181     </member>
1182     <member name="M:Microsoft.VisualBasic.Strings.RSet(System.String,System.Int32)">
1183       <summary>Returns a right-aligned string containing the specified string adjusted to the specified length.</summary>
1184       <param name="Source">Required. <see langword="String"></see> expression. Name of string variable.</param>
1185       <param name="Length">Required. <see langword="Integer"></see> expression. Length of returned string.</param>
1186       <returns>Returns a right-aligned string containing the specified string adjusted to the specified length.</returns>
1187     </member>
1188     <member name="M:Microsoft.VisualBasic.Strings.RTrim(System.String)">
1189       <summary>Returns a string containing a copy of a specified string with no leading spaces (<see langword="LTrim"></see>), no trailing spaces (<see langword="RTrim"></see>), or no leading or trailing spaces (<see langword="Trim"></see>).</summary>
1190       <param name="str">Required. Any valid <see langword="String"></see> expression.</param>
1191       <returns>Returns a string containing a copy of a specified string with no leading spaces (<see langword="LTrim"></see>), no trailing spaces (<see langword="RTrim"></see>), or no leading or trailing spaces (<see langword="Trim"></see>).</returns>
1192     </member>
1193     <member name="M:Microsoft.VisualBasic.Strings.Space(System.Int32)">
1194       <summary>Returns a string consisting of the specified number of spaces.</summary>
1195       <param name="Number">Required. <see langword="Integer"></see> expression. The number of spaces you want in the string.</param>
1196       <returns>Returns a string consisting of the specified number of spaces.</returns>
1197       <exception cref="T:System.ArgumentException"><paramref name="Number">Number</paramref> &amp;lt; 0.</exception>
1198     </member>
1199     <member name="M:Microsoft.VisualBasic.Strings.Split(System.String,System.String,System.Int32,Microsoft.VisualBasic.CompareMethod)">
1200       <summary>Returns a zero-based, one-dimensional array containing a specified number of substrings.</summary>
1201       <param name="Expression">Required. <see langword="String"></see> expression containing substrings and delimiters.</param>
1202       <param name="Delimiter">Optional. Any single character used to identify substring limits. If Delimiter is omitted, the space character (&amp;quot; &amp;quot;) is assumed to be the delimiter.</param>
1203       <param name="Limit">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.</param>
1204       <param name="Compare">Optional. Numeric value indicating the comparison to use when evaluating substrings. See &amp;quot;Settings&amp;quot; for values.</param>
1205       <returns><see langword="String"></see> array. If <paramref name="Expression">Expression</paramref> is a zero-length string (&amp;quot;&amp;quot;), <see langword="Split"></see> returns a single-element array containing a zero-length string. If <paramref name="Delimiter">Delimiter</paramref> is a zero-length string, or if it does not appear anywhere in <paramref name="Expression">Expression</paramref>, <see langword="Split"></see> returns a single-element array containing the entire <paramref name="Expression">Expression</paramref> string.</returns>
1206     </member>
1207     <member name="M:Microsoft.VisualBasic.Strings.StrComp(System.String,System.String,Microsoft.VisualBasic.CompareMethod)">
1208       <summary>Returns -1, 0, or 1, based on the result of a string comparison.</summary>
1209       <param name="String1">Required. Any valid <see langword="String"></see> expression.</param>
1210       <param name="String2">Required. Any valid <see langword="String"></see> expression.</param>
1211       <param name="Compare">Optional. Specifies the type of string comparison. If Compare is omitted, the <see langword="Option Compare"></see> setting determines the type of comparison.</param>
1212       <returns>The <see langword="StrComp"></see> function has the following return values.  
1213   If  
1214
1215   StrComp returns  
1216
1217  <paramref name="String1">String1</paramref> sorts ahead of <paramref name="String2">String2</paramref> -1  
1218
1219  <paramref name="String1">String1</paramref> is equal to <paramref name="String2">String2</paramref> 0  
1220
1221  <paramref name="String1">String1</paramref> sorts after <paramref name="String2">String2</paramref> 1  
1222
1223  </returns>
1224       <exception cref="T:System.ArgumentException"><paramref name="Compare">Compare</paramref> value is not valid.</exception>
1225     </member>
1226     <member name="M:Microsoft.VisualBasic.Strings.StrConv(System.String,Microsoft.VisualBasic.VbStrConv,System.Int32)">
1227       <summary>Returns a string converted as specified.</summary>
1228       <param name="str">Required. <see langword="String"></see> expression to be converted.</param>
1229       <param name="Conversion">Required. <see cref="T:Microsoft.VisualBasic.VbStrConv"></see> member. The enumeration value specifying the type of conversion to perform.</param>
1230       <param name="LocaleID">Optional. The <see langword="LocaleID"></see> value, if different from the system <see langword="LocaleID"></see> value. (The system <see langword="LocaleID"></see> value is the default.)</param>
1231       <returns>Returns a string converted as specified.</returns>
1232       <exception cref="T:System.ArgumentException">Unsupported <paramref name="LocaleID">LocaleID</paramref>, <paramref name="Conversion">Conversion</paramref> &amp;lt; 0 or &amp;gt; 2048, or unsupported conversion for specified locale.</exception>
1233     </member>
1234     <member name="M:Microsoft.VisualBasic.Strings.StrDup(System.Int32,System.Char)">
1235       <summary>Returns a string or object consisting of the specified character repeated the specified number of times.</summary>
1236       <param name="Number">Required. <see langword="Integer"></see> expression. The length to the string to be returned.</param>
1237       <param name="Character">Required. Any valid <see langword="Char"></see>, <see langword="String"></see>, or <see langword="Object"></see> expression. Only the first character of the expression will be used. If Character is of type <see langword="Object"></see>, it must contain either a <see langword="Char"></see> or a <see langword="String"></see> value.</param>
1238       <returns>Returns a string or object consisting of the specified character repeated the specified number of times.</returns>
1239       <exception cref="T:System.ArgumentException"><paramref name="Number">Number</paramref> is less than 0 or <paramref name="Character">Character</paramref> type is not valid.</exception>
1240       <exception cref="T:System.ArgumentNullException"><paramref name="Character">Character</paramref> is <see langword="Nothing"></see>.</exception>
1241     </member>
1242     <member name="M:Microsoft.VisualBasic.Strings.StrDup(System.Int32,System.Object)">
1243       <summary>Returns a string or object consisting of the specified character repeated the specified number of times.</summary>
1244       <param name="Number">Required. <see langword="Integer"></see> expression. The length to the string to be returned.</param>
1245       <param name="Character">Required. Any valid <see langword="Char"></see>, <see langword="String"></see>, or <see langword="Object"></see> expression. Only the first character of the expression will be used. If Character is of type <see langword="Object"></see>, it must contain either a <see langword="Char"></see> or a <see langword="String"></see> value.</param>
1246       <returns>Returns a string or object consisting of the specified character repeated the specified number of times.</returns>
1247       <exception cref="T:System.ArgumentException"><paramref name="Number">Number</paramref> is less than 0 or <paramref name="Character">Character</paramref> type is not valid.</exception>
1248       <exception cref="T:System.ArgumentNullException"><paramref name="Character">Character</paramref> is <see langword="Nothing"></see>.</exception>
1249     </member>
1250     <member name="M:Microsoft.VisualBasic.Strings.StrDup(System.Int32,System.String)">
1251       <summary>Returns a string or object consisting of the specified character repeated the specified number of times.</summary>
1252       <param name="Number">Required. <see langword="Integer"></see> expression. The length to the string to be returned.</param>
1253       <param name="Character">Required. Any valid <see langword="Char"></see>, <see langword="String"></see>, or <see langword="Object"></see> expression. Only the first character of the expression will be used. If Character is of type <see langword="Object"></see>, it must contain either a <see langword="Char"></see> or a <see langword="String"></see> value.</param>
1254       <returns>Returns a string or object consisting of the specified character repeated the specified number of times.</returns>
1255       <exception cref="T:System.ArgumentException"><paramref name="Number">Number</paramref> is less than 0 or <paramref name="Character">Character</paramref> type is not valid.</exception>
1256       <exception cref="T:System.ArgumentNullException"><paramref name="Character">Character</paramref> is <see langword="Nothing"></see>.</exception>
1257     </member>
1258     <member name="M:Microsoft.VisualBasic.Strings.StrReverse(System.String)">
1259       <summary>Returns a string in which the character order of a specified string is reversed.</summary>
1260       <param name="Expression">Required. String expression whose characters are to be reversed. If Expression is a zero-length string (&amp;quot;&amp;quot;), a zero-length string is returned.</param>
1261       <returns>Returns a string in which the character order of a specified string is reversed.</returns>
1262     </member>
1263     <member name="M:Microsoft.VisualBasic.Strings.Trim(System.String)">
1264       <summary>Returns a string containing a copy of a specified string with no leading spaces (<see langword="LTrim"></see>), no trailing spaces (<see langword="RTrim"></see>), or no leading or trailing spaces (<see langword="Trim"></see>).</summary>
1265       <param name="str">Required. Any valid <see langword="String"></see> expression.</param>
1266       <returns>Returns a string containing a copy of a specified string with no leading spaces (<see langword="LTrim"></see>), no trailing spaces (<see langword="RTrim"></see>), or no leading or trailing spaces (<see langword="Trim"></see>).</returns>
1267     </member>
1268     <member name="M:Microsoft.VisualBasic.Strings.UCase(System.Char)">
1269       <summary>Returns a string or character containing the specified string converted to uppercase.</summary>
1270       <param name="Value">Required. Any valid <see langword="String"></see> or <see langword="Char"></see> expression.</param>
1271       <returns>Returns a string or character containing the specified string converted to uppercase.</returns>
1272     </member>
1273     <member name="M:Microsoft.VisualBasic.Strings.UCase(System.String)">
1274       <summary>Returns a string or character containing the specified string converted to uppercase.</summary>
1275       <param name="Value">Required. Any valid <see langword="String"></see> or <see langword="Char"></see> expression.</param>
1276       <returns>Returns a string or character containing the specified string converted to uppercase.</returns>
1277     </member>
1278     <member name="T:Microsoft.VisualBasic.Constants">
1279       <summary>The <see langword="Constants"></see> module contains miscellaneous constants. These constants can be used anywhere in your code.</summary>
1280     </member>
1281     <member name="F:Microsoft.VisualBasic.Constants.vbAbort">
1282       <summary>Indicates that the <see langword="Abort"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1283       <returns></returns>
1284     </member>
1285     <member name="F:Microsoft.VisualBasic.Constants.vbAbortRetryIgnore">
1286       <summary>Indicates that the <see langword="Abort"></see>, <see langword="Retry"></see>, and <see langword="Ignore"></see> buttons will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1287       <returns></returns>
1288     </member>
1289     <member name="F:Microsoft.VisualBasic.Constants.vbApplicationModal">
1290       <summary>Indicates that the message box will be displayed as a modal dialog box when the <see langword="MsgBox"></see> function is called.</summary>
1291       <returns></returns>
1292     </member>
1293     <member name="F:Microsoft.VisualBasic.Constants.vbArchive">
1294       <summary>Indicates that the file has changed since the last backup operation for file-access functions.</summary>
1295       <returns></returns>
1296     </member>
1297     <member name="F:Microsoft.VisualBasic.Constants.vbArray">
1298       <summary>Indicates that the type of a variant object is an array. Returned by the <see langword="VarType"></see> function.</summary>
1299       <returns></returns>
1300     </member>
1301     <member name="F:Microsoft.VisualBasic.Constants.vbBack">
1302       <summary>Represents a backspace character for print and display functions.</summary>
1303       <returns></returns>
1304     </member>
1305     <member name="F:Microsoft.VisualBasic.Constants.vbBinaryCompare">
1306       <summary>Specifies that a binary comparison should be performed when comparison functions are called.</summary>
1307       <returns></returns>
1308     </member>
1309     <member name="F:Microsoft.VisualBasic.Constants.vbBoolean">
1310       <summary>Indicates that the type of a variant object is <see langword="Boolean"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1311       <returns></returns>
1312     </member>
1313     <member name="F:Microsoft.VisualBasic.Constants.vbByte">
1314       <summary>Indicates that the type of a variant object is <see langword="Byte"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1315       <returns></returns>
1316     </member>
1317     <member name="F:Microsoft.VisualBasic.Constants.vbCancel">
1318       <summary>Indicates that the <see langword="Cancel"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1319       <returns></returns>
1320     </member>
1321     <member name="F:Microsoft.VisualBasic.Constants.vbCr">
1322       <summary>Represents a carriage-return character for print and display functions.</summary>
1323       <returns></returns>
1324     </member>
1325     <member name="F:Microsoft.VisualBasic.Constants.vbCritical">
1326       <summary>Indicates that the critical message icon will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1327       <returns></returns>
1328     </member>
1329     <member name="F:Microsoft.VisualBasic.Constants.vbCrLf">
1330       <summary>Represents a carriage-return character combined with a linefeed character for print and display functions.</summary>
1331       <returns></returns>
1332     </member>
1333     <member name="F:Microsoft.VisualBasic.Constants.vbCurrency">
1334       <summary>Indicates that the type of a variant object is <see langword="Currency"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1335       <returns></returns>
1336     </member>
1337     <member name="F:Microsoft.VisualBasic.Constants.vbDate">
1338       <summary>Indicates that the type of a variant object is <see langword="Date"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1339       <returns></returns>
1340     </member>
1341     <member name="F:Microsoft.VisualBasic.Constants.vbDecimal">
1342       <summary>Indicates that the type of a variant object is <see langword="Decimal"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1343       <returns></returns>
1344     </member>
1345     <member name="F:Microsoft.VisualBasic.Constants.vbDefaultButton1">
1346       <summary>Indicates that the leftmost button is selected as the default button when the message box appears.</summary>
1347       <returns></returns>
1348     </member>
1349     <member name="F:Microsoft.VisualBasic.Constants.vbDefaultButton2">
1350       <summary>Indicates that the second button from the left is selected as the default button when the message box appears.</summary>
1351       <returns></returns>
1352     </member>
1353     <member name="F:Microsoft.VisualBasic.Constants.vbDefaultButton3">
1354       <summary>Indicates that the third button from the left is selected as the default button when the message box appears.</summary>
1355       <returns></returns>
1356     </member>
1357     <member name="F:Microsoft.VisualBasic.Constants.vbDirectory">
1358       <summary>Indicates that the file is a directory or folder for file-access functions.</summary>
1359       <returns></returns>
1360     </member>
1361     <member name="F:Microsoft.VisualBasic.Constants.vbDouble">
1362       <summary>Indicates that the type of a variant object is <see langword="Double"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1363       <returns></returns>
1364     </member>
1365     <member name="F:Microsoft.VisualBasic.Constants.vbEmpty">
1366       <summary>Indicates that the type of a variant object is <see langword="Empty"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1367       <returns></returns>
1368     </member>
1369     <member name="F:Microsoft.VisualBasic.Constants.vbExclamation">
1370       <summary>Indicates that the exclamation icon will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1371       <returns></returns>
1372     </member>
1373     <member name="F:Microsoft.VisualBasic.Constants.vbFalse">
1374       <summary>Indicates that a <see langword="Boolean"></see> value of <see langword="False"></see> should be used when number-formatting functions are called.</summary>
1375       <returns></returns>
1376     </member>
1377     <member name="F:Microsoft.VisualBasic.Constants.vbFirstFourDays">
1378       <summary>Indicates that the first week of the year that has at least four days should be used when date-related functions are called.</summary>
1379       <returns></returns>
1380     </member>
1381     <member name="F:Microsoft.VisualBasic.Constants.vbFirstFullWeek">
1382       <summary>Indicates that the first full week of the year should be used when date-related functions are called.</summary>
1383       <returns></returns>
1384     </member>
1385     <member name="F:Microsoft.VisualBasic.Constants.vbFirstJan1">
1386       <summary>Indicates that the week of the year in which January 1 occurs should be used when date-related functions are called.</summary>
1387       <returns></returns>
1388     </member>
1389     <member name="F:Microsoft.VisualBasic.Constants.vbFormFeed">
1390       <summary>Represents a form-feed character for print functions.</summary>
1391       <returns></returns>
1392     </member>
1393     <member name="F:Microsoft.VisualBasic.Constants.vbFriday">
1394       <summary>Specifies that Friday should be used as the first day of the week when date-related functions are called.</summary>
1395       <returns></returns>
1396     </member>
1397     <member name="F:Microsoft.VisualBasic.Constants.vbGeneralDate">
1398       <summary>Indicates that the general date format for the current culture should be used when the <see langword="FormatDateTime"></see> function is called.</summary>
1399       <returns></returns>
1400     </member>
1401     <member name="F:Microsoft.VisualBasic.Constants.vbGet">
1402       <summary>Specifies that a property value should be retrieved when the <see langword="CallByName"></see> function is called.</summary>
1403       <returns></returns>
1404     </member>
1405     <member name="F:Microsoft.VisualBasic.Constants.vbHidden">
1406       <summary>Indicates that the file is a hidden file for file-access functions.</summary>
1407       <returns></returns>
1408     </member>
1409     <member name="F:Microsoft.VisualBasic.Constants.vbHide">
1410       <summary>Indicates that the window style is hidden for the invoked program when the <see langword="Shell"></see> function is called.</summary>
1411       <returns></returns>
1412     </member>
1413     <member name="F:Microsoft.VisualBasic.Constants.vbHiragana">
1414       <summary>Indicates Hiragana characters should be converted to Katakana characters when the <see langword="StrConv"></see> function is called.</summary>
1415       <returns></returns>
1416     </member>
1417     <member name="F:Microsoft.VisualBasic.Constants.vbIgnore">
1418       <summary>Indicates that the <see langword="Ignore"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1419       <returns></returns>
1420     </member>
1421     <member name="F:Microsoft.VisualBasic.Constants.vbInformation">
1422       <summary>Indicates that the information icon will display when the <see langword="MsgBox"></see> function is called.</summary>
1423       <returns></returns>
1424     </member>
1425     <member name="F:Microsoft.VisualBasic.Constants.vbInteger">
1426       <summary>Indicates that the type of a variant object is <see langword="Integer"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1427       <returns></returns>
1428     </member>
1429     <member name="F:Microsoft.VisualBasic.Constants.vbKatakana">
1430       <summary>Indicates that Katakana characters should be converted to Hiragana characters when the <see langword="StrConv"></see> function is called.</summary>
1431       <returns></returns>
1432     </member>
1433     <member name="F:Microsoft.VisualBasic.Constants.vbLet">
1434       <summary>Indicates that a property value should be set to an object instance when the <see langword="CallByName"></see> function is called.</summary>
1435       <returns></returns>
1436     </member>
1437     <member name="F:Microsoft.VisualBasic.Constants.vbLf">
1438       <summary>Represents a linefeed character for print and display functions.</summary>
1439       <returns></returns>
1440     </member>
1441     <member name="F:Microsoft.VisualBasic.Constants.vbLinguisticCasing">
1442       <summary>Indicates that characters should be converted to use linguistic rules for casing instead of file system rules for casing to when the <see langword="StrConv"></see> function is called.</summary>
1443       <returns></returns>
1444     </member>
1445     <member name="F:Microsoft.VisualBasic.Constants.vbLong">
1446       <summary>Indicates the type of a variant object is <see langword="Long"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1447       <returns></returns>
1448     </member>
1449     <member name="F:Microsoft.VisualBasic.Constants.vbLongDate">
1450       <summary>Indicates that the long date format for the current culture should be used when the <see langword="FormatDateTime"></see> function is called.</summary>
1451       <returns></returns>
1452     </member>
1453     <member name="F:Microsoft.VisualBasic.Constants.vbLongTime">
1454       <summary>Indicates that the long time format for the current culture should be used when the <see langword="FormatDateTime"></see> function is called.</summary>
1455       <returns></returns>
1456     </member>
1457     <member name="F:Microsoft.VisualBasic.Constants.vbLowerCase">
1458       <summary>Indicates that characters should be converted to lowercase when the <see langword="StrConv"></see> function is called.</summary>
1459       <returns></returns>
1460     </member>
1461     <member name="F:Microsoft.VisualBasic.Constants.vbMaximizedFocus">
1462       <summary>Indicates that the window style is maximized with focus for the invoked program when the <see langword="Shell"></see> function is called.</summary>
1463       <returns></returns>
1464     </member>
1465     <member name="F:Microsoft.VisualBasic.Constants.vbMethod">
1466       <summary>Specifies that a method should be called when the <see langword="CallByName"></see> function is called.</summary>
1467       <returns></returns>
1468     </member>
1469     <member name="F:Microsoft.VisualBasic.Constants.vbMinimizedFocus">
1470       <summary>Indicates that the window style is minimized with focus for the invoked program when the <see langword="Shell"></see> function is called.</summary>
1471       <returns></returns>
1472     </member>
1473     <member name="F:Microsoft.VisualBasic.Constants.vbMinimizedNoFocus">
1474       <summary>Indicates that the window style is minimized without focus for the invoked program when the <see langword="Shell"></see> function is called.</summary>
1475       <returns></returns>
1476     </member>
1477     <member name="F:Microsoft.VisualBasic.Constants.vbMonday">
1478       <summary>Specifies that Monday should be used as the first day of the week when date-related functions are called.</summary>
1479       <returns></returns>
1480     </member>
1481     <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxHelp">
1482       <summary>Indicates that the <see langword="Help"></see> button will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1483       <returns></returns>
1484     </member>
1485     <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxRight">
1486       <summary>Indicates that text will be right-aligned when the <see langword="MsgBox"></see> function is called.</summary>
1487       <returns></returns>
1488     </member>
1489     <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxRtlReading">
1490       <summary>Indicates that right-to-left reading text (Hebrew and Arabic systems) will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1491       <returns></returns>
1492     </member>
1493     <member name="F:Microsoft.VisualBasic.Constants.vbMsgBoxSetForeground">
1494       <summary>Indicates that the message box will display in the foreground when the <see langword="MsgBox"></see> function is called.</summary>
1495       <returns></returns>
1496     </member>
1497     <member name="F:Microsoft.VisualBasic.Constants.vbNarrow">
1498       <summary>Indicates that wide (double-byte) characters should be converted to narrow (single-byte) characters when the <see langword="StrConv"></see> function is called.</summary>
1499       <returns></returns>
1500     </member>
1501     <member name="F:Microsoft.VisualBasic.Constants.vbNewLine">
1502       <summary>Represents a newline character for print and display functions.</summary>
1503       <returns></returns>
1504     </member>
1505     <member name="F:Microsoft.VisualBasic.Constants.vbNo">
1506       <summary>Indicates that the <see langword="No"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1507       <returns></returns>
1508     </member>
1509     <member name="F:Microsoft.VisualBasic.Constants.vbNormal">
1510       <summary>Indicates that the file is a normal file for file-access functions.</summary>
1511       <returns></returns>
1512     </member>
1513     <member name="F:Microsoft.VisualBasic.Constants.vbNormalFocus">
1514       <summary>Indicates that the window style is normal with focus for the invoked program when the <see langword="Shell"></see> function is called.</summary>
1515       <returns></returns>
1516     </member>
1517     <member name="F:Microsoft.VisualBasic.Constants.vbNormalNoFocus">
1518       <summary>Indicates that the window style is normal without focus for the invoked program when the <see langword="Shell"></see> function is called.</summary>
1519       <returns></returns>
1520     </member>
1521     <member name="F:Microsoft.VisualBasic.Constants.vbNull">
1522       <summary>Indicates that the type of a variant object is <see langword="Nothing"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1523       <returns></returns>
1524     </member>
1525     <member name="F:Microsoft.VisualBasic.Constants.vbNullChar">
1526       <summary>Represents a null character for print and display functions.</summary>
1527       <returns></returns>
1528     </member>
1529     <member name="F:Microsoft.VisualBasic.Constants.vbNullString">
1530       <summary>Represents a zero-length string for print and display functions, and for calling external procedures.</summary>
1531       <returns></returns>
1532     </member>
1533     <member name="F:Microsoft.VisualBasic.Constants.vbObject">
1534       <summary>Indicates that the type of a variant object is <see langword="Object"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1535       <returns></returns>
1536     </member>
1537     <member name="F:Microsoft.VisualBasic.Constants.vbObjectError">
1538       <summary>Represents the object error number. User-defined error numbers should be greater than this value.</summary>
1539       <returns></returns>
1540     </member>
1541     <member name="F:Microsoft.VisualBasic.Constants.vbOK">
1542       <summary>Indicates that the <see langword="OK"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1543       <returns></returns>
1544     </member>
1545     <member name="F:Microsoft.VisualBasic.Constants.vbOKCancel">
1546       <summary>Indicates that the <see langword="OK"></see> and <see langword="Cancel"></see> buttons will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1547       <returns></returns>
1548     </member>
1549     <member name="F:Microsoft.VisualBasic.Constants.vbOKOnly">
1550       <summary>Indicates that only the <see langword="OK"></see> button will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1551       <returns></returns>
1552     </member>
1553     <member name="F:Microsoft.VisualBasic.Constants.vbProperCase">
1554       <summary>Indicates that the first letter of every word in a string should be converted to uppercase and the remaining characters to lowercase when the <see langword="StrConv"></see> function is called.</summary>
1555       <returns></returns>
1556     </member>
1557     <member name="F:Microsoft.VisualBasic.Constants.vbQuestion">
1558       <summary>Indicates that the question icon will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1559       <returns></returns>
1560     </member>
1561     <member name="F:Microsoft.VisualBasic.Constants.vbReadOnly">
1562       <summary>Indicates that the file is a read-only file for file-access functions.</summary>
1563       <returns></returns>
1564     </member>
1565     <member name="F:Microsoft.VisualBasic.Constants.vbRetry">
1566       <summary>Indicates that the <see langword="Retry"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1567       <returns></returns>
1568     </member>
1569     <member name="F:Microsoft.VisualBasic.Constants.vbRetryCancel">
1570       <summary>Indicates that the <see langword="Retry"></see> and <see langword="Cancel"></see> buttons will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1571       <returns></returns>
1572     </member>
1573     <member name="F:Microsoft.VisualBasic.Constants.vbSaturday">
1574       <summary>Specifies that Saturday should be used as the first day of the week when date-related functions are called.</summary>
1575       <returns></returns>
1576     </member>
1577     <member name="F:Microsoft.VisualBasic.Constants.vbSet">
1578       <summary>Indicates that a property value should be set when the <see langword="CallByName"></see> function is called.</summary>
1579       <returns></returns>
1580     </member>
1581     <member name="F:Microsoft.VisualBasic.Constants.vbShortDate">
1582       <summary>Indicates that the short-date format for the current culture should be used when the <see langword="FormatDateTime"></see> function is called.</summary>
1583       <returns></returns>
1584     </member>
1585     <member name="F:Microsoft.VisualBasic.Constants.vbShortTime">
1586       <summary>Indicates that the short-time format for the current culture should be used when the <see langword="FormatDateTime"></see> function is called.</summary>
1587       <returns></returns>
1588     </member>
1589     <member name="F:Microsoft.VisualBasic.Constants.vbSimplifiedChinese">
1590       <summary>Indicates that characters should be converted to Simplified Chinese when the <see langword="StrConv"></see> function is called.</summary>
1591       <returns></returns>
1592     </member>
1593     <member name="F:Microsoft.VisualBasic.Constants.vbSingle">
1594       <summary>Indicates that the type of a variant object is <see langword="Single"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1595       <returns></returns>
1596     </member>
1597     <member name="F:Microsoft.VisualBasic.Constants.vbString">
1598       <summary>Indicates that the type of a variant object is <see langword="String"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1599       <returns></returns>
1600     </member>
1601     <member name="F:Microsoft.VisualBasic.Constants.vbSunday">
1602       <summary>Specifies that Sunday should be used as the first day of the week when date-related functions are called.</summary>
1603       <returns></returns>
1604     </member>
1605     <member name="F:Microsoft.VisualBasic.Constants.vbSystem">
1606       <summary>Indicates that the file is a system file for file-access functions.</summary>
1607       <returns></returns>
1608     </member>
1609     <member name="F:Microsoft.VisualBasic.Constants.vbSystemModal">
1610       <summary>Indicates that the message box will be displayed as a modal dialog box when the <see langword="MsgBox"></see> function is called.</summary>
1611       <returns></returns>
1612     </member>
1613     <member name="F:Microsoft.VisualBasic.Constants.vbTab">
1614       <summary>Represents a tab character for print and display functions.</summary>
1615       <returns></returns>
1616     </member>
1617     <member name="F:Microsoft.VisualBasic.Constants.vbTextCompare">
1618       <summary>Indicates that a text comparison should be performed when comparison functions are called.</summary>
1619       <returns></returns>
1620     </member>
1621     <member name="F:Microsoft.VisualBasic.Constants.vbThursday">
1622       <summary>Specifies that Thursday should be used as the first day of the week when date-related functions are called.</summary>
1623       <returns></returns>
1624     </member>
1625     <member name="F:Microsoft.VisualBasic.Constants.vbTraditionalChinese">
1626       <summary>Indicates that characters should be converted to Traditional Chinese when the <see langword="StrConv"></see> function is called.</summary>
1627       <returns></returns>
1628     </member>
1629     <member name="F:Microsoft.VisualBasic.Constants.vbTrue">
1630       <summary>Indicates that a <see langword="Boolean"></see> value of <see langword="True"></see> should be used when number-formatting functions are called.</summary>
1631       <returns></returns>
1632     </member>
1633     <member name="F:Microsoft.VisualBasic.Constants.vbTuesday">
1634       <summary>Specifies that Tuesday should be used as the first day of the week when date-related functions are called.</summary>
1635       <returns></returns>
1636     </member>
1637     <member name="F:Microsoft.VisualBasic.Constants.vbUpperCase">
1638       <summary>Indicates that characters should be converted to uppercase when the <see langword="StrConv"></see> function is called.</summary>
1639       <returns></returns>
1640     </member>
1641     <member name="F:Microsoft.VisualBasic.Constants.vbUseDefault">
1642       <summary>Indicates that the default <see langword="Boolean"></see> value should be used when number-formatting functions are called.</summary>
1643       <returns></returns>
1644     </member>
1645     <member name="F:Microsoft.VisualBasic.Constants.vbUserDefinedType">
1646       <summary>Indicates that the type of a variant object is a user-defined type. Returned by the <see langword="VarType"></see> function.</summary>
1647       <returns></returns>
1648     </member>
1649     <member name="F:Microsoft.VisualBasic.Constants.vbUseSystem">
1650       <summary>Indicates that the week specified by your system as the first week of the year should be used when date-related functions are called.</summary>
1651       <returns></returns>
1652     </member>
1653     <member name="F:Microsoft.VisualBasic.Constants.vbUseSystemDayOfWeek">
1654       <summary>Indicates that the day specified by your system as the first day of the week should be used when date-related functions are called.</summary>
1655       <returns></returns>
1656     </member>
1657     <member name="F:Microsoft.VisualBasic.Constants.vbVariant">
1658       <summary>Indicates that the type of a variant object is <see langword="Variant"></see>. Returned by the <see langword="VarType"></see> function.</summary>
1659       <returns></returns>
1660     </member>
1661     <member name="F:Microsoft.VisualBasic.Constants.vbVerticalTab">
1662       <summary>Represents a carriage-return character for print functions.</summary>
1663       <returns></returns>
1664     </member>
1665     <member name="F:Microsoft.VisualBasic.Constants.vbVolume">
1666       <summary>Indicates the volume label file attribute for file-access functions.</summary>
1667       <returns></returns>
1668     </member>
1669     <member name="F:Microsoft.VisualBasic.Constants.vbWednesday">
1670       <summary>Specifies that Wednesday should be used as the first day of the week when date-related functions are called.</summary>
1671       <returns></returns>
1672     </member>
1673     <member name="F:Microsoft.VisualBasic.Constants.vbWide">
1674       <summary>Indicates that narrow (single-byte) characters should be converted to wide (double-byte) characters when the <see langword="StrConv"></see> function is called.</summary>
1675       <returns></returns>
1676     </member>
1677     <member name="F:Microsoft.VisualBasic.Constants.vbYes">
1678       <summary>Indicates that the <see langword="Yes"></see> button was clicked in a message box. Returned by the <see langword="MsgBox"></see> function.</summary>
1679       <returns></returns>
1680     </member>
1681     <member name="F:Microsoft.VisualBasic.Constants.vbYesNo">
1682       <summary>Indicates that the <see langword="Yes"></see> and <see langword="No"></see> buttons will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1683       <returns></returns>
1684     </member>
1685     <member name="F:Microsoft.VisualBasic.Constants.vbYesNoCancel">
1686       <summary>Indicates that the <see langword="Yes"></see>, <see langword="No"></see>, and <see langword="Cancel"></see> buttons will be displayed when the <see langword="MsgBox"></see> function is called.</summary>
1687       <returns></returns>
1688     </member>
1689     <member name="T:Microsoft.VisualBasic.CompilerServices.Utils">
1690       <summary>Contains utilities that the Visual Basic compiler uses.</summary>
1691     </member>
1692     <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.CopyArray(System.Array,System.Array)">
1693       <summary>Used by the Visual Basic compiler as a helper for <see langword="Redim"></see>.</summary>
1694       <param name="arySrc">The array to be copied.</param>
1695       <param name="aryDest">The destination array.</param>
1696       <returns>The copied array.</returns>
1697     </member>
1698     <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.GetResourceString(System.String,System.String[])">
1699       <summary>Retrieves and formats a localized resource string or error message.</summary>
1700       <param name="ResourceKey">The identifier of the string or error message to retrieve.</param>
1701       <param name="Args">An array of parameters to replace placeholders in the string or error message.</param>
1702       <returns>A formatted resource string or error message.</returns>
1703     </member>
1704     <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.MethodToString(System.Reflection.MethodBase)">
1705       <summary>Returns a Visual Basic method signature.</summary>
1706       <param name="Method">A <see cref="T:System.Reflection.MethodBase"></see> object to return a Visual Basic method signature for.</param>
1707       <returns>The Visual Basic method signature for the supplied <see cref="T:System.Reflection.MethodBase"></see> object.</returns>
1708     </member>
1709     <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.SetCultureInfo(System.Globalization.CultureInfo)">
1710       <summary>Sets the culture of the current thread.</summary>
1711       <param name="Culture">A <see cref="T:System.Globalization.CultureInfo"></see> object to set as the culture of the current thread.</param>
1712       <returns>The previous value of the <see cref="P:System.Threading.Thread.CurrentCulture"></see> property for the current thread.</returns>
1713     </member>
1714     <member name="M:Microsoft.VisualBasic.CompilerServices.Utils.ThrowException(System.Int32)">
1715       <summary>Throws a localized Visual Basic exception.</summary>
1716       <param name="hr">The Visual Basic error identifier.</param>
1717     </member>
1718     <member name="T:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag">
1719       <summary>The Visual Basic compiler uses this class internally when initializing static local members; it is not meant to be called directly from your code.</summary>
1720     </member>
1721     <member name="M:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag.#ctor">
1722       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag"></see> class.</summary>
1723     </member>
1724     <member name="F:Microsoft.VisualBasic.CompilerServices.StaticLocalInitFlag.State">
1725       <summary>Returns the state of the static local member&amp;#39;s initialization flag (initialized or not).</summary>
1726       <returns></returns>
1727     </member>
1728     <member name="T:Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute">
1729       <summary>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.</summary>
1730     </member>
1731     <member name="M:Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute.#ctor">
1732       <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute"></see> class.</summary>
1733     </member>
1734   </members>
1735 </doc>