System.Globalization.NumberStyles.AllowTrailingWhite Field

Indicates that trailing white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the char.IsWhiteSpace(char) method returns true.

Value: AllowTrailingWhite

Syntax

NumberStyles AllowTrailingWhite

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0