e7fce2f0 ea8d 0b43 89be f2aa4a759fd1 - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter Methods

The TypeConverter type exposes the following members.

Methods

 

Name Description
Private methodStatic member AsBoolean This method converts given value into an object representing a Boolean type.
Private methodStatic member AsCharacter This method converts given value into an object representing a Character type.
Private methodStatic member AsDateTime This method converts given value into an object representing a Date/Time type.
Private methodStatic member AsDecimal This method converts given value into an object representing a Decimal type.
Private methodStatic member AsDouble This method converts given value into an object representing a Double type.
Private methodStatic member AsSingle This method converts given value into an object representing a Single type.
Private methodStatic member AsSInt16 This method converts given value into an object representing a Signed Short type.
Private methodStatic member AsSInt32 This method converts given value into an object representing a Signed Integer type.
Private methodStatic member AsSInt64 This method converts given value into an object representing a Signed Long type.
Private methodStatic member AsSInt8 This method converts given value into an object representing a Signed Byte type.
Private methodStatic member AsString This method converts given value into an object representing a String type.
Private methodStatic member AsUInt16 This method converts given value into an object representing a Unsigned Short type.
Private methodStatic member AsUInt32 This method converts given value into an object representing a Unsigned Integer type.
Private methodStatic member AsUInt64 This method converts given value into an object representing a Unsigned Long type.
Private methodStatic member AsUInt8 This method converts given value into an object representing a Unsigned Byte type.
Private methodStatic member GetFalseMapping This method tries to get the 'False' value mapping from given mapping instance.
Private methodStatic member GetFalseMappings This method tries to get the list of 'False' value mappings from given mapping instance.
Private methodStatic member GetNullMapping This method tries to get the 'Null' value mapping from given mapping instance.
Private methodStatic member GetNullMappings This method tries to get the list of 'Null' value mappings from given mapping instance.
Private methodStatic member GetTrueMapping This method tries to get the 'True' value mapping from given mapping instance.
Private methodStatic member GetTrueMappings This method tries to get the list of 'True' value mappings from given mapping instance.
Protected methodStatic member IntoObject This method converts given value into its type-safe object representation.
Protected methodStatic member IntoString The method tries to convert given 'value' into its string representation.
Private methodStatic member IsFalseString This method check if given value is included in the list of 'False' values available within given CSV mappings.
Private methodStatic member IsNullable This method determines whether given type is of type Nullable.
Private methodStatic member IsNullString This method check if given value is included in the list of 'Null' values available within given CSV mappings.
Private methodStatic member IsTrueString This method check if given value is included in the list of 'True' values available within given CSV mappings.
Private methodStatic member ToString This method converts given Boolean value into its string representation.
  Back to Top

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

⚠️ **GitHub.com Fallback** ⚠️