Class FormatStringCategoryManager
Represents the format string category manager class.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class FormatStringCategoryManager
Methods
BelongsToFormatStringCategory(String, FormatStringCategory)
Belongs to format string category.
Declaration
public static bool BelongsToFormatStringCategory(string formatString, FormatStringCategory category)
Parameters
System. The format string. |
Format The category. |
Returns
System.
|
GetCategoryFromFormatString(String)
Gets the category from format string.
Declaration
public static FormatStringCategory GetCategoryFromFormatString(string localFormatString)
Parameters
System. The local format string. |
Returns
TryGetAccountingFormatStringInfo(String, out AccountingFormatStringInfo)
Tries the get accounting format string info.
Declaration
public static bool TryGetAccountingFormatStringInfo(string formatString, out AccountingFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Accounting The format string info. |
Returns
System.
|
TryGetCurrencyFormatStringInfo(String, out CurrencyFormatStringInfo)
Tries the get currency format string info.
Declaration
public static bool TryGetCurrencyFormatStringInfo(string formatString, out CurrencyFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Currency The format string info. |
Returns
System.
|
TryGetDateFormatStringInfo(String, out DateFormatStringInfo)
Tries the get date format string info.
Declaration
public static bool TryGetDateFormatStringInfo(string formatString, out DateFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Date The format string info. |
Returns
System.
|
TryGetNumberFormatStringInfo(String, out NumberFormatStringInfo)
Tries the get number format string info.
Declaration
public static bool TryGetNumberFormatStringInfo(string formatString, out NumberFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Number The format string info. |
Returns
System.
|
TryGetPercentageFormatStringInfo(String, out PercentageFormatStringInfo)
Tries the get percentage format string info.
Declaration
public static bool TryGetPercentageFormatStringInfo(string formatString, out PercentageFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Percentage The format string info. |
Returns
System.
|
TryGetScientificFormatStringInfo(String, out ScientificFormatStringInfo)
Tries the get scientific format string info.
Declaration
public static bool TryGetScientificFormatStringInfo(string formatString, out ScientificFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Scientific The format string info. |
Returns
System.
|
TryGetSpecialFormatStringInfo(String, out SpecialFormatStringInfo)
Tries the get special format string info.
Declaration
public static bool TryGetSpecialFormatStringInfo(string formatString, out SpecialFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Special The format string info. |
Returns
System.
|
TryGetTimeFormatStringInfo(String, out TimeFormatStringInfo)
Tries the get time format string info.
Declaration
public static bool TryGetTimeFormatStringInfo(string formatString, out TimeFormatStringInfo formatStringInfo)
Parameters
System. The format string. |
Time The format string info. |
Returns
System.
|