6c26526b 8698 5b36 0138 b4ad41c9e886 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

TemplateWeaver.ToStringifyValue Method

Converts the argument into a string.

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

Syntax

C#

private static string ToStringifyValue(
	this BaseToken token,
	Options options,
	Object argument
)

Parameters

 

token
Type: Plexdata.Utilities.Formatting.Entities.BaseToken
Actually unused.
options
Type: Plexdata.Utilities.Formatting.Options
Actually unused.
argument
Type: System.Object
The argument to call method ToString() for.

Return Value

Type: String
The argument in its string representation.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BaseToken. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

This method converts the argument into a string by calling method ToString().

See Also

Reference

TemplateWeaver Class
Plexdata.Utilities.Formatting.Helpers Namespace

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