d7b0150a be27 0701 623b a42d579bed50 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Converts the argument into a string.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
string Serialize(
IFormatProvider provider,
string format,
string lining,
Object argument
)
- provider
- Type: System.IFormatProvider
An instance of IFormatProvider to be used to format any of the serialized properties. This parameter might benull
. - format
- Type: System.String
The optional format string. This parameter represents the format specification that comes from the original input format. - lining
- Type: System.String
The optional lining string. This parameter represents the alignment specification that comes from the original input format. - argument
- Type: System.Object
Type: String
A string representing the text version of provided argument.
This method tries to convert the provided argument into a string.
IArgumentSerializer Interface
Plexdata.Utilities.Formatting.Interfaces Namespace