|
Method name |
Brief description |
|
FormatCurrency |
The FormatCurrency method converts the specified value of the currency type into the string type according to regional standard settings. |
|
FormatDate |
The FormatDate method converts the specified date value into string type according to regional standard settings. |
|
FormatDateEx |
The FormatDateEx method converts the specified date value into string type according to regional standard settings. |
|
FormatDateTime |
The FormatDateTime method converts the specified date and time value into the string type according to regional standard settings. |
|
FormatDecimal |
The FormatDecimal method converts decimal value into string type according to regional standard settings. |
|
FormatDouble |
The FormatDouble method converts real value into string type according to regional standard settings. |
|
FormatDoublePrec |
The FormatDoublePrec method rounds real value to specified accuracy and converts it into string type according to regional standard settings. |
|
FormatDoubleWithGroupingSeparator |
The FormatDoubleWithGroupingSeparator method converts real value into string type according to regional standard settings and dividing it into digit groups. |
|
FormatInteger |
The FormatInteger method converts integer values into string type according to regional standard settings. |
|
FormatLongDate |
The FormatLongDate method converts the specified date value into string type in full format and according to regional standard settings. |
|
FormatNumber |
The FormatNumber method converts the specified numeric value into string type according to the specified format. |
|
FormatShortDate |
The FormatShortDate method converts the specified date value into string type in short format and according to regional standard settings. |
|
FormatTime |
The FormatTime method converts the specified date value into string type according to regional standard settings. |
|
FormatTimeEx |
The FormatTimeEx method converts the specified time value into string type according to the specified format and taking into account regional standard settings. |
|
FormatVariant |
The FormatVariant method converts the specified value into string type according to regional standard settings. |
|
IsDouble |
The IsDouble method returns whether it is possible to convert into real number according to the current regional parameters settings. |
|
IsInteger |
The IsInteger method returns whether it is possible to convert into integer number according to the current regional parameters settings. |
|
ParseCurrency |
The ParseCurrency method converts the specified value into the currency type according to regional standard settings. |
|
ParseDate |
The ParseDate method converts the specified value into date according to regional standard settings. |
|
ParseDateEx |
The ParseDateEx method converts the specified value with the selected format into date according to regional standard settings. |
|
ParseDateTime |
The ParseDateTime method converts the specified string value and gets date and time from it. |
|
ParseDecimal |
The ParseDecimal method converts the specified value into decimal type according to regional standard settings. |
|
ParseDouble |
The ParseDouble method converts the specified value into real type according to regional standard settings. |
|
ParseInteger |
The ParseInteger method converts the specified value into the integer type according to regional standard settings. |
|
ParseTime |
The ParseTime method converts the specified string value and gets time component from it. |
|
TryParseCurrency |
The TryParseCurrency method checks if the specified value can be converted into the currency type according to regional standard settings. |
|
TryParseDate |
The TryParseDate method checks if the specified value can be converted into date format according to regional standard settings. |
|
TryParseDateTime |
The TryParseDateTime method checks if it is possible to convert the specified value into date format with time according to regional standard settings. |
|
TryParseDecimal |
The TryParseDecimal method checks if the specified value can be converted into decimal type according to regional standard settings. |
|
TryParseDouble |
The TryParseDouble method checks if the specified value can be converted into the real type according to regional standard settings. |
|
TryParseInteger |
The TryParseInteger method checks if the specified value can be converted into the integer type according to regional standard settings. |
|
TryParseTime |
The TryParseTime method checks if it is possible to convert the specified value into time format according to regional standard settings. |