| Visual Basic (Declaration) | |
|---|---|
Public Property DetectSpaces As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool DetectSpaces {get; set;} | |
The default value is true.
Use this property to determine whether spaces are allowed. The reader can automatically determine the spaces. However, if you know that there are no spaces or do not want spaces in the result, then set the property to false.
