Summer.Batch.Common.Util.StringConverter Class Reference

Utility class to convert a string. More...

Static Public Member Functions

static T Convert< T > (string toConvert)
 Convert a string to T. Supported types are types defined in TypeCode and single dimension arrays of these types. More...
 

Detailed Description

Utility class to convert a string.

Member Function Documentation

static T Summer.Batch.Common.Util.StringConverter.Convert< T > ( string  toConvert)
static

Convert a string to T. Supported types are types defined in TypeCode and single dimension arrays of these types.

Template Parameters
T the type to convert to
Parameters
toConvertthe string to convert
Returns
the converted object

The documentation for this class was generated from the following file:
  • Summer.Batch.Common/Util/StringConverter.cs