Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Utils.StringUtils Class Reference

String extension methods. More...

Static Public Member Functions

static string ToElementString< T > (this IEnumerable< T > enumerable)
 Converts a string to an equivalent of the Java Arrays.toString() method. More...
 
static string ParseDecimal (this string value, int scale)
 Converts a string to a 'big decimal'-like value. More...
 

Detailed Description

String extension methods.

Member Function Documentation

static string PushTechnology.ClientInterface.Utils.StringUtils.ParseDecimal ( this string  value,
int  scale 
)
static

Converts a string to a 'big decimal'-like value.

Parameters
valueThe value to convert.
scaleThe scale, or number of decimal places to convert to.
Returns
static string PushTechnology.ClientInterface.Utils.StringUtils.ToElementString< T > ( this IEnumerable< T >  enumerable)
static

Converts a string to an equivalent of the Java Arrays.toString() method.

Template Parameters
T
Parameters
enumerable
Returns

The documentation for this class was generated from the following file: