Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.Search
AbstractSearchValueConverter Class
AbstractSearchValueConverter Methods
ConvertToString Method
DateToString Method
DoubleToString Method
IntToString Method
ReplaceNumbers Method
StringToDate Method
StringToDouble Method
StringToInt Method
AbstractSearchValueConverter
IntToString Method
Returns string representation of the integer value. Returned value has always uniform format.
Namespace:
CMS.Search
Assembly:
CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
Copy
public
abstract
string
IntToString
(
int
value
)
Parameters
value
Type:
System
Int32
Integer value
Return Value
Type:
String
Implements
ISearchValueConverter
IntToString(Int32)
See Also
Reference
AbstractSearchValueConverter Class
CMS.Search Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com