-
-
Notifications
You must be signed in to change notification settings - Fork 8
Word
The WordExtension class is a static class in the Skylark.Standard.Extension.Word namespace, which provides extension methods for string manipulation operations on words. The class contains the following methods:
The Data method is used to count the number of words and characters in a given list of words. It has the following signature:
public static Skylark.Struct.Word.WordDataStruct Data(string List = Skylark.Standard.Helper.Word.WordHelper.List)-
List: Astringrepresenting the list of words to be counted. If no value is specified, the default value is theListproperty of theSkylark.Standard.Manage.Word.WordManageclass.
A Skylark.Struct.Word.WordDataStruct object that contains the number of words and characters in the given list of words.
The DataAsync method is an asynchronous version of the Data method, which counts the number of words and characters in a given list of words. It has the following signature:
public static System.Threading.Tasks.Task<Skylark.Struct.Word.WordDataStruct> DataAsync(string List = Skylark.Standard.Helper.Word.WordHelper.List)-
List: Astringrepresenting the list of words to be counted. If no value is specified, the default value is theListproperty of theSkylark.Standard.Manage.Word.WordManageclass.
A Task<Skylark.Struct.Word.WordDataStruct> object that represents the asynchronous operation of counting the number of words and characters in the given list of words.
The Combine method is used to combine a given list of words into a sentence. It has the following signature:
public static Skylark.Struct.Word.WordCombineStruct Combine(string List = Skylark.Standard.Helper.Word.WordHelper.List, char Space = Skylark.Standard.Helper.Word.WordHelper.Space, char Separator = Skylark.Standard.Helper.Word.WordHelper.Separator)-
List: Astringrepresenting the list of words to be combined. If no value is specified, the default value is theListproperty of theSkylark.Standard.Manage.Word.WordManageclass. -
Space: Acharrepresenting the space character to be used between the words. If no value is specified, the default value is theSpaceproperty of theSkylark.Standard.Helper.Word.WordHelperclass. -
Separator: Acharrepresenting the separator character to be used between the words. If no value is specified
- Tax
- Url
- Web
- Ping
- Port
- Text
- Time
- Hash
- Word
- Color
- Speed
- Lottery
- Storage
- Browser
- Unicode
- Password
- JavaScript
- Cryptology
- Typography
- Temperature
- Compression
- Decompression
- Cascading Style Sheets
- JavaScript Object Notation
- Hypertext Markup Language
- Extensible Markup Language
- Extensible HyperText Markup Language