Furcadia Framework For Third Party Programs
BadgesGetTag Method |
[This is preliminary documentation and is subject to change.]
Gets the tag.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static string GetTag( string tag )
Public Shared Function GetTag ( tag As String ) As String Dim tag As String Dim returnValue As String returnValue = Badges.GetTag(tag)
public: static String^ GetTag( String^ tag )
static member GetTag : tag : string -> string
Parameters
- tag
- Type: SystemString
The tag.
Return Value
Type: String[Missing <returns> documentation for "M:Furcadia.Net.DreamInfo.Badges.GetTag(System.String)"]
See Also