Click or drag to resize

ScribuntoEvaluationResultReturnValue Property

This is preliminary documentation and is subject to change.

The string representation of the evaluation return value.

Namespace: WikiClientLibrary.Scribunto
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonPropertyNameAttribute("return")]
public string ReturnValue { get; init; }

Property Value

String
Remarks
The returned value will be in its string representation. For example, Lua nil will be CLR string "nil"; both Lua number 123 and string "123" will be CLR string "123".
See Also