|
HelperCharToDescTag Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Converts a Char to Desc Tag
Namespace:
Furcadia.Drawing
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static int CharToDescTag(
char c
)
Public Shared Function CharToDescTag (
c As Char
) As Integer
Dim c As Char
Dim returnValue As Integer
returnValue = Helper.CharToDescTag(c)
public:
static int CharToDescTag(
wchar_t c
)
static member CharToDescTag :
c : char -> int
Parameters
- c
- Type: SystemChar
[Missing <param name="c"/> documentation for "M:Furcadia.Drawing.Helper.CharToDescTag(System.Char)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Furcadia.Drawing.Helper.CharToDescTag(System.Char)"]
See Also