[]
Gets a number format string by the specified ID.
public static NumberFormat GetCustomizeBuiltInNumberFormat(int builtInId, CultureInfo cultureInfo = null, CultureInfo currentCulture = null)
Public Shared Function GetCustomizeBuiltInNumberFormat(builtInId As Integer, Optional cultureInfo As CultureInfo = Nothing, Optional currentCulture As CultureInfo = Nothing) As NumberFormat
| Type | Name | Description |
|---|---|---|
| int | builtInId | An integer value indicates the number format ID. |
| CultureInfo | cultureInfo | The CultureInfo object that supplies culture-specific formatting information. |
| CultureInfo | currentCulture | The CultureInfo object which is using to parse the customize number format. |
| Type | Description |
|---|---|
| NumberFormat | A string value represents the built-in number format. |