Cg.cgGetResourceString Method
get the resource name associated with a resource enumerant
[Visual Basic]
Public Shared Function cgGetResourceString( _
ByVal
resource As
Integer _
) As
String
[C#]
public static
string cgGetResourceString(
int resource);
Parameters
-
resource
- Resource ID to get name from.
Return Value
Resource's name.
See Also
Cg Class | Tao.Cg Namespace