aab89d7a 9e19 6c7f d505 3a20b28d0e6f - akesseler/Plexdata.CsvParser GitHub Wiki
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
C#
private static string ToString(
bool value,
CultureInfo culture,
CsvMappings mapping
)
- 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.
Type: String
A string representing the given Boolean value.
The conversion into a string takes place by mapping the value into the ' True' or 'False' representation.