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.String
formatString
The format string. |
FormatStringCategory
category
The category. |
Returns
System.Boolean
|
GetCategoryFromFormatString(String)
Gets the category from format string.
Declaration
public static FormatStringCategory GetCategoryFromFormatString(string localFormatString)
Parameters
System.String
localFormatString
The local format string. |
Returns
FormatStringCategory
|
TryGetAccountingFormatStringInfo(String, out AccountingFormatStringInfo)
Tries the get accounting format string info.
Declaration
public static bool TryGetAccountingFormatStringInfo(string formatString, out AccountingFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
AccountingFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetCurrencyFormatStringInfo(String, out CurrencyFormatStringInfo)
Tries the get currency format string info.
Declaration
public static bool TryGetCurrencyFormatStringInfo(string formatString, out CurrencyFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
CurrencyFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetDateFormatStringInfo(String, out DateFormatStringInfo)
Tries the get date format string info.
Declaration
public static bool TryGetDateFormatStringInfo(string formatString, out DateFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
DateFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetNumberFormatStringInfo(String, out NumberFormatStringInfo)
Tries the get number format string info.
Declaration
public static bool TryGetNumberFormatStringInfo(string formatString, out NumberFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
NumberFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetPercentageFormatStringInfo(String, out PercentageFormatStringInfo)
Tries the get percentage format string info.
Declaration
public static bool TryGetPercentageFormatStringInfo(string formatString, out PercentageFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
PercentageFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetScientificFormatStringInfo(String, out ScientificFormatStringInfo)
Tries the get scientific format string info.
Declaration
public static bool TryGetScientificFormatStringInfo(string formatString, out ScientificFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
ScientificFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetSpecialFormatStringInfo(String, out SpecialFormatStringInfo)
Tries the get special format string info.
Declaration
public static bool TryGetSpecialFormatStringInfo(string formatString, out SpecialFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
SpecialFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|
TryGetTimeFormatStringInfo(String, out TimeFormatStringInfo)
Tries the get time format string info.
Declaration
public static bool TryGetTimeFormatStringInfo(string formatString, out TimeFormatStringInfo formatStringInfo)
Parameters
System.String
formatString
The format string. |
TimeFormatStringInfo
formatStringInfo
The format string info. |
Returns
System.Boolean
|