aab89d7a 9e19 6c7f d505 3a20b28d0e6f - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter.ToString Method

This method converts given Boolean value into its string representation.

Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

private static string ToString(
	bool value,
	CultureInfo culture,
	CsvMappings mapping
)

Parameters

 

value
Type: System.Boolean
The value to be converted.
culture
Type: System.Globalization.CultureInfo
The culture information to be used for conversion.
mapping
Type: Plexdata.CsvParser.Processors.CsvMappings
The mapping to be used for value transformation.

Return Value

Type: String
A string representing the given Boolean value.

Remarks

The conversion into a string takes place by mapping the value into the ' True' or 'False' representation.

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

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