Tao.Lua SDK Documentation

Lua.luaL_optlstring Method 

[Visual Basic]
Public Shared Function luaL_optlstring( _
   ByVal L As IntPtr, _
   ByVal numArg As Integer, _
   ByVal def As String, _
   ByRef l As UInt32 _
) As String
[C#]
public static string luaL_optlstring(
   IntPtr L,
   int numArg,
   string def,
   ref uint l
);

See Also

Lua Class | Tao.Lua Namespace