Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

ConverterKind Enumeration

Indicates the convertion used in the FieldConverterAttribute.

[Visual Basic]
Public Enum ConverterKind
[C#]
public enum ConverterKind

Members

Member Name Description
NoneNull Converter.
Date

Convert from/to Date values.

Params: arg1 is the string with the date format.

BooleanConvert from/to Boolean values.
Byte

Convert from/to Byte values.

Params: arg1 is the decimal separator, by default '.'

Int16

Convert from/to Int16 or short values.

Params: arg1 is the decimal separator, by default '.'

Int32

Convert from/to Int32 or int values.

Params: arg1 is the decimal separator, by default '.'

Int64

Convert from/to Int64 or long values.

Params: arg1 is the decimal separator, by default '.'

Decimal

Convert from/to Decimal values.

Params: arg1 is the decimal separator, by default '.'

Double

Convert from/to Double values.

Params: arg1 is the decimal separator, by default '.'

Single

Convert from/to Single values.

Params: arg1 is the decimal separator, by default '.'

SByte

Convert from/to Byte values.

Params: arg1 is the decimal separator, by default '.'

UInt16

Convert from/to UInt16 or unsigned short values.

Params: arg1 is the decimal separator, by default '.'

UInt32

Convert from/to UInt32 or unsigned int values.

Params: arg1 is the decimal separator, by default '.'

UInt64

Convert from/to UInt64 or unsigned long values.

Params: arg1 is the decimal separator, by default '.'

Requirements

Namespace: FileHelpers

Assembly: FileHelpers (in FileHelpers.dll)

See Also

FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox