DelimiterCharCount Property
In This Topic
Gets or sets the delimiter count, counting from the end of the text, to preserve text from (for text trimming).
Syntax
'Declaration
Public Property DelimiterCharCount As System.Integer
public System.int DelimiterCharCount {get; set;}
See Also