Tao.Lua SDK Documentation

Lua.luaL_checkstring Method 

Checks whether the function argument narg is a string and returns this string.

[Visual Basic]
Public Shared Function luaL_checkstring( _
   ByVal L As IntPtr, _
   ByVal n As Integer _
) As String
[C#]
public static string luaL_checkstring(
   IntPtr L,
   int n
);

Parameters

L
n

Return Value

See Also

Lua Class | Tao.Lua Namespace