RegionalSettings.ThousandSeparator property

Gets the thousand separator used for numbers on the server.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ThousandSeparator As String
    Get
'Usage
Dim instance As RegionalSettings
Dim value As String

value = instance.ThousandSeparator
public string ThousandSeparator { get; }

Property value

Type: System.String
The thousand separator.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace