-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
: Astring
representing the list of words to be counted. If no value is specified, the default value is theList
property of theSkylark.Standard.Manage.Word.WordManage
class.
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
: Astring
representing the list of words to be counted. If no value is specified, the default value is theList
property of theSkylark.Standard.Manage.Word.WordManage
class.
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
: Astring
representing the list of words to be combined. If no value is specified, the default value is theList
property of theSkylark.Standard.Manage.Word.WordManage
class. -
Space
: Achar
representing the space character to be used between the words. If no value is specified, the default value is theSpace
property of theSkylark.Standard.Helper.Word.WordHelper
class. -
Separator
: Achar
representing 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