6c26526b 8698 5b36 0138 b4ad41c9e886 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Converts the argument into a string.
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private static string ToStringifyValue(
this BaseToken token,
Options options,
Object argument
)
- 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.
Type: String
The argument in its string representation.
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).
This method converts the argument into a string by calling method ToString().
TemplateWeaver Class
Plexdata.Utilities.Formatting.Helpers Namespace