f3f0df5f fad9 9b13 7249 d54e4a9409e7 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Renders the value into result.
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private void Render(
StringBuilder result,
IFormatProvider provider,
string label,
Object value
)
- 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.
This method converts the value into its string representation and puts it into the result.
DefaultSerializer Class
Plexdata.Utilities.Formatting.Helpers Namespace