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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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