ConstantsSimplify Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Returns text that only contains characters in LegalChars
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic static string Simplify(
this string str
)
<ExtensionAttribute>
Public Shared Function Simplify (
str As String
) As String
public:
[ExtensionAttribute]
static String^ Simplify(
String^ str
)
[<ExtensionAttribute>]
static member Simplify :
str : string -> string
Parameters
- str
- Type: SystemString
Return Value
Type:
StringUsage 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