Class
NumberFormatStringBuilder

Builds number format strings with optional thousands separator and specified decimal places following the current culture's conventions.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Builders

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public static class NumberFormatStringBuilder

Inheritance: objectNumberFormatStringBuilder

Methods

BuildFormatStrings(int, bool)

Builds a list of number format strings with the specified decimal places and optional thousands separator.

Declaration

cs-api-definition
public static List<string> BuildFormatStrings(int decimalPlaces, bool useThousandSeparator)

Parameters

decimalPlaces

int

The decimal places.

useThousandSeparator

bool

The use thousand separator.

Returns

List<string>

In this article
DefinitionMethodsBuildFormatStrings(int, bool)
Not finding the help you need?
Contact Support