d7b0150a be27 0701 623b a42d579bed50 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentSerializer.Serialize Method

Converts the argument into a string.

Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

string Serialize(
	IFormatProvider provider,
	string format,
	string lining,
	Object argument
)

Parameters

 

provider
Type: System.IFormatProvider
An instance of IFormatProvider to be used to format any of the serialized properties. This parameter might be null.
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

Return Value

Type: String
A string representing the text version of provided argument.

Remarks

This method tries to convert the provided argument into a string.

See Also

Reference

IArgumentSerializer Interface
Plexdata.Utilities.Formatting.Interfaces Namespace

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