File: NumberStyles.xml

package info (click to toggle)
monodoc 1.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 98,436 kB
  • ctags: 5,261
  • sloc: xml: 1,506,218; cs: 40,827; sh: 3,647; perl: 554; makefile: 476
file content (425 lines) | stat: -rwxr-xr-x 21,495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<Type Name="NumberStyles" FullName="System.Globalization.NumberStyles" FullNameSP="System_Globalization_NumberStyles" Maintainer="ecma">
  <TypeSignature Language="ILASM" Value=".class public sealed serializable NumberStyles extends System.Enum" />
  <TypeSignature Language="C#" Value="public enum NumberStyles" />
  <MemberOfLibrary>BCL</MemberOfLibrary>
  <AssemblyInfo>
    <AssemblyName>mscorlib</AssemblyName>
    <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Enum</BaseTypeName>
  </Base>
  <Attributes>
    <Attribute>
      <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName>System.Flags</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>
      <para>Specifies styles for <see cref="T:System.String" /> representations of numeric values.</para>
    </summary>
    <remarks>
      <para>
        <see cref="T:System.Globalization.NumberStyles" /> define the presence and/or location of various elements
   in a <see cref="T:System.String" /> representation of a numeric value. <block subset="none" type="note">For example, the <see cref="F:System.Globalization.NumberStyles.AllowParentheses" /> style describes strings where the
   numeric value is enclosed in parenthesis, such as "(432.00)".</block></para>
      <block subset="none" type="note">
        <para>Where symbols such as a currency symbol are allowed in a
   <see cref="T:System.Globalization.NumberStyles" />
   pattern, a <see cref="T:System.Globalization.NumberFormatInfo" /> instance defines the <see cref="T:System.String" /> representations of the symbols.</para>
        <para>
          <see cref="T:System.Globalization.NumberStyles" /> values are passed to methods that convert between
<see cref="T:System.String" /> and 
numeric data types, such as the <see langword="Parse" /> methods implemented by
numeric base types. To specify multiple <see cref="T:System.Globalization.NumberStyles" /> values, use the bitwise OR
operator.</para>
        <para>For a list of the valid white space characters, see
   the <see cref="T:System.String" />
   class.</para>
      </block>
    </remarks>
  </Docs>
  <Members>
    <Member MemberName="AllowCurrencySymbol">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowCurrencySymbol = 0x100" />
      <MemberSignature Language="C#" Value="AllowCurrencySymbol" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowCurrencySymbol</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that a currency symbol is allowed. <block subset="none" type="note"> See <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> .</block></para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowDecimalPoint">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowDecimalPoint = 0x20" />
      <MemberSignature Language="C#" Value="AllowDecimalPoint" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowDecimalPoint</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that a decimal point is allowed. <block subset="none" type="note"> See <see cref="P:System.Globalization.NumberFormatInfo.NumberDecimalSeparator" />, <see cref="P:System.Globalization.NumberFormatInfo.PercentDecimalSeparator" />, and <see cref="P:System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator" /> .</block></para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowExponent">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowExponent = 0x80" />
      <MemberSignature Language="C#" Value="AllowExponent" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowExponent</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that exponential notation is allowed.</para>
          <para>This style is used for values in one of the following forms:</para>
          <para>[-]m.ddddddE+xx 
   </para>
          <para>[-]m.ddddddE-xx</para>
          <para>[-]m.dddddde+xx 
   </para>
          <para>[-]m.dddddde-xx 
   </para>
          <para>One or more non-zero digits (m) precede the decimal 
      separator ("."). A minus sign ("-") can precede m. The type performing the
      conversion determines the number of decimal places (dddddd) in the string, and
      maximum and minimum values for xx and m. The exponent (+/-xx)
      consists of either a plus or minus sign followed by at least one digit.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowHexSpecifier">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowHexSpecifier = 0x200" />
      <MemberSignature Language="C#" Value="AllowHexSpecifier" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowHexSpecifier</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that hexadecimal representation (Base 16) is allowed.</para>
          <para>Valid hexadecimal values include the numeric digits 0-9 and the hexadecimal
      digits A-F, and a-f. The hexadecimal digits can be in upper or lower case.
      Hexadecimal values can be left-padded with zeros. Strings parsed using this
      style are not permitted to be prefixed with "0x".</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowLeadingSign">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowLeadingSign = 0x4" />
      <MemberSignature Language="C#" Value="AllowLeadingSign" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowLeadingSign</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that a leading sign symbol is allowed. <block subset="none" type="note"> See <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> .</block></para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowLeadingWhite">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowLeadingWhite = 0x1" />
      <MemberSignature Language="C#" Value="AllowLeadingWhite" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowLeadingWhite</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that the string can be prefixed with white space characters.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowParentheses">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowParentheses = 0x10" />
      <MemberSignature Language="C#" Value="AllowParentheses" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowParentheses</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that one pair of balanced parentheses is allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowThousands">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowThousands = 0x40" />
      <MemberSignature Language="C#" Value="AllowThousands" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowThousands</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that group separators are allowed; for
      instance, separating the hundreds from the thousands. <block subset="none" type="note"> See <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSeparator" />, <see cref="P:System.Globalization.NumberFormatInfo.PercentGroupSeparator" />, and <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSeparator" /> .</block></para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowTrailingSign">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowTrailingSign = 0x8" />
      <MemberSignature Language="C#" Value="AllowTrailingSign" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowTrailingSign</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that a trailing sign symbol is allowed. <block subset="none" type="note"> See <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> .</block></para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="AllowTrailingWhite">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowTrailingWhite = 0x2" />
      <MemberSignature Language="C#" Value="AllowTrailingWhite" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>AllowTrailingWhite</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that the string can be suffixed with white space characters.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="Any">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Any = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowTrailingSign | AllowParentheses | AllowDecimalPoint | AllowThousands | AllowExponent | AllowCurrencySymbol" />
      <MemberSignature Language="C#" Value="Any" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Any</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowParentheses" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, <see cref="F:System.Globalization.NumberStyles.AllowThousands" />, <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> and <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="Currency">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Currency = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowTrailingSign | AllowParentheses | AllowDecimalPoint | AllowThousands | AllowCurrencySymbol" />
      <MemberSignature Language="C#" Value="Currency" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Currency</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowParentheses" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, <see cref="F:System.Globalization.NumberStyles.AllowThousands" />, and <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="Float">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Float = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowDecimalPoint | AllowExponent" />
      <MemberSignature Language="C#" Value="Float" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Float</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" /> and <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="HexNumber">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles HexNumber = AllowLeadingWhite | AllowTrailingWhite | AllowHexSpecifier" />
      <MemberSignature Language="C#" Value="HexNumber" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>HexNumber</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="Integer">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Integer = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign" />
      <MemberSignature Language="C#" Value="Integer" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Integer</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="None">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles None = 0x0" />
      <MemberSignature Language="C#" Value="None" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>None</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that no styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
    <Member MemberName="Number">
      <MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Number = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowTrailingSign | AllowDecimalPoint | AllowThousands" />
      <MemberSignature Language="C#" Value="Number" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Globalization.NumberStyles</ReturnType>
      </ReturnValue>
      <Parameters />
      <MemberValue>Number</MemberValue>
      <Docs>
        <summary>
          <para>Specifies that <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" /> and <see cref="F:System.Globalization.NumberStyles.AllowThousands" /> styles are allowed.</para>
        </summary>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
      </AssemblyInfo>
    </Member>
  </Members>
  <TypeExcluded>0</TypeExcluded>
</Type>