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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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