Gets the search string used in some Read overloads.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Delimiter As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Data
Dim value As String
value = instance.Delimiter |
C# | |
---|
public readonly string Delimiter |
Managed Extensions for C++ | |
---|
public: readonly string* Delimiter |
C++/CLI | |
---|
public:
readonly String^ Delimiter |
Property Value
A null if no delimiter was used in the Read call. Otherwise, the delimiter string.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also