C# (CSharp) Scriban.Helpers Namespace

Classes

Name Description
ArrayFunctions Array functions available through the object 'array' in scriban.
BuiltinFunctions
IncludeFunction The include function available through the function 'include' in scriban.
MathFunctions Math functions available through the object 'math' in scriban.
MethodImplOptionsPortable Internal helper to allow to declare a method using AggressiveInlining without being .NET 4.0+
ObjectFunctions Object functions available through the object 'object' in scriban.
ScriptDate Simplified datetime object used for scripting, accessible through the "date" variable (e.g {{date.now}})
ScriptTimeSpan Represents a timespan equivalent to TimeSpan.
StringFunctions String functions available through the object 'string' in scriban.
StringHelper