f3f0df5f fad9 9b13 7249 d54e4a9409e7 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

DefaultSerializer.Render Method

Renders the value into result.

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

Syntax

C#

private void Render(
	StringBuilder result,
	IFormatProvider provider,
	string label,
	Object value
)

Parameters

 

result
Type: System.Text.StringBuilder
A string-builder instance that records the formatted value.
provider
Type: System.IFormatProvider
A format provider instance that helps formatting the value.
label
Type: System.String
The label (property name) of current value.
value
Type: System.Object
The value to be formatted.

Remarks

This method converts the value into its string representation and puts it into the result.

See Also

Reference

DefaultSerializer Class
Plexdata.Utilities.Formatting.Helpers Namespace

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