IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

ExtraSpaceChars Property

Extra characters for the parser to consider as white space.

Syntax

[VB.NET]
Public Property ExtraSpaceChars As String

[C#]
public string ExtraSpaceChars {get; set;}

Remarks

Normally, the parser considers only the following characters as white space: ' ' (space), '\t' (tab), '\ n' (newline), '\r' (carriage return), '\f' (form feed), and '\v' (vertical tab).

If you would like any other characters to be considered as white space, you may set them as a string into this property.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0