RiakConstantsKeyFilterTransforms Class |
Namespace: RiakClient
The RiakConstantsKeyFilterTransforms type exposes the following members.
Name | Description | |
---|---|---|
FloatToString |
Turns a floating point number (previously extracted with string_to_float), into a string.
| |
IntToString |
Turns an integer (previously extracted with string_to_int), into a string.
| |
StringToFloat |
Turns a string into a floating point number.
| |
StringToInt |
Turns a string into an integer.
| |
Tokenize |
Splits the input on the string given as the first argument and returns the nth token specified by the second argument.
| |
ToLower |
Changes all letters to lowercase.
| |
ToUpper |
Changes all letters to uppercase.
|