|
StringExtensionsToFurcadiaShortName Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
To the short name of the furcadia.
Namespace:
(Default Namespace)
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static string ToFurcadiaShortName(
this string name
)
<ExtensionAttribute>
Public Shared Function ToFurcadiaShortName (
name As String
) As String
Dim name As String
Dim returnValue As String
returnValue = name.ToFurcadiaShortName()
public:
[ExtensionAttribute]
static String^ ToFurcadiaShortName(
String^ name
)
[<ExtensionAttribute>]
static member ToFurcadiaShortName :
name : string -> string
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
String[Missing <returns> documentation for "M:StringExtensions.ToFurcadiaShortName(System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also