TextInfo.ListSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the string that separates items in a list.
public:
virtual property System::String ^ ListSeparator { System::String ^ get(); void set(System::String ^ value); };
public:
property System::String ^ ListSeparator { System::String ^ get(); void set(System::String ^ value); };
public:
virtual property System::String ^ ListSeparator { System::String ^ get(); };
public virtual string ListSeparator { get; set; }
public string ListSeparator { get; set; }
public virtual string ListSeparator { get; }
public virtual string ListSeparator { get; [System.Runtime.InteropServices.ComVisible(false)] set; }
member this.ListSeparator : string with get, set
member this.ListSeparator : string
[<set: System.Runtime.InteropServices.ComVisible(false)>]
member this.ListSeparator : string with get, set
Public Overridable Property ListSeparator As String
Public Property ListSeparator As String
Public Overridable ReadOnly Property ListSeparator As String
Property Value
The string that separates items in a list.
- Attributes
Exceptions
The value in a set operation is null.
In a set operation, the current TextInfo object is read-only.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.