seed

Undocumented in source.

Members

Enums

VERBOSITY
enum VERBOSITY
Undocumented in source.

Functions

Abort
void Abort(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
Abort
void Abort(string message, Exception exception)
Undocumented in source. Be warned that the author may not have intended to support it.
AddPrefix
string AddPrefix(string text, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
AddSuffix
string AddSuffix(string text, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
ContainsText
bool ContainsText(string text, string searched_text)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateFolder
void CreateFolder(string folder_path)
Undocumented in source. Be warned that the author may not have intended to support it.
EndsByConsonant
bool EndsByConsonant(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
EndsByVowel
bool EndsByVowel(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetBasilText
string GetBasilText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetBooleanText
string GetBooleanText(bool boolean)
Undocumented in source. Be warned that the author may not have intended to support it.
GetCamelCaseText
string GetCamelCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetCsvText
string GetCsvText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetExecutablePath
string GetExecutablePath(string file_name)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFileCaseText
string GetFileCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFileExtension
string GetFileExtension(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFileLabel
string GetFileLabel(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFileName
string GetFileName(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
GetFolderPath
string GetFolderPath(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
GetInteger
long GetInteger(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetJsonText
string GetJsonText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetKebabCaseText
string GetKebabCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetLeftStrippedText
string GetLeftStrippedText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetLogicalPath
string GetLogicalPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
GetLowerCaseText
string GetLowerCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetMajorCaseText
string GetMajorCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetMinorCaseText
string GetMinorCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetNatural
ulong GetNatural(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPascalCaseText
string GetPascalCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetPrefix
string GetPrefix(string text, string separator)
Undocumented in source. Be warned that the author may not have intended to support it.
GetReal
double GetReal(long integer)
Undocumented in source. Be warned that the author may not have intended to support it.
GetReal
double GetReal(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetRightStrippedText
string GetRightStrippedText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSlugCaseText
string GetSlugCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSlugCharacter
dchar GetSlugCharacter(dchar character)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSnakeCaseText
string GetSnakeCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSpacedText
string GetSpacedText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetStrippedText
string GetStrippedText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSuffix
string GetSuffix(string text, string separator)
Undocumented in source. Be warned that the author may not have intended to support it.
GetUpperCaseText
string GetUpperCaseText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
HasPrefix
bool HasPrefix(string text, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
HasSuffix
bool HasSuffix(string text, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
HasVerbosity
bool HasVerbosity(VERBOSITY verbosity)
Undocumented in source. Be warned that the author may not have intended to support it.
IsAlphabeticalCharacter
bool IsAlphabeticalCharacter(char character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsConsonantCharacter
bool IsConsonantCharacter(char character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsDecimalCharacter
bool IsDecimalCharacter(char character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsDecimalCharacter
bool IsDecimalCharacter(dchar character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsDigitCharacter
bool IsDigitCharacter(dchar character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsEmptyFolder
bool IsEmptyFolder(string folder_path)
Undocumented in source. Be warned that the author may not have intended to support it.
IsIdentifierCharacter
bool IsIdentifierCharacter(char character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsInteger
bool IsInteger(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
IsLinux
bool IsLinux()
Undocumented in source. Be warned that the author may not have intended to support it.
IsMacOs
bool IsMacOs()
Undocumented in source. Be warned that the author may not have intended to support it.
IsNatural
bool IsNatural(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
IsNumberCharacter
bool IsNumberCharacter(char character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsSpaceCharacter
bool IsSpaceCharacter(dchar character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsVowelCharacter
bool IsVowelCharacter(char character)
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindows
bool IsWindows()
Undocumented in source. Be warned that the author may not have intended to support it.
PrintError
void PrintError(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
PrintWarning
void PrintWarning(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
ReadByteArray
ubyte[] ReadByteArray(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
ReadText
string ReadText(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
RemoveFile
void RemoveFile(string file_path)
Undocumented in source. Be warned that the author may not have intended to support it.
RemoveFolder
void RemoveFolder(string folder_path)
Undocumented in source. Be warned that the author may not have intended to support it.
RemovePrefix
string RemovePrefix(string text, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
RemoveSuffix
string RemoveSuffix(string text, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
ReplacePrefix
string ReplacePrefix(string text, string old_prefix, string new_prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
ReplaceSuffix
string ReplaceSuffix(string text, string old_suffix, string new_suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
ReplaceText
string ReplaceText(string text, string old_text, string new_text)
Undocumented in source. Be warned that the author may not have intended to support it.
SetVerbosity
void SetVerbosity(VERBOSITY verbosity)
Undocumented in source. Be warned that the author may not have intended to support it.
StartsByConsonant
bool StartsByConsonant(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
StartsByVowel
bool StartsByVowel(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
WriteByteArray
void WriteByteArray(string file_path, ubyte[] file_byte_array, bool folder_is_created)
Undocumented in source. Be warned that the author may not have intended to support it.
WriteText
void WriteText(string file_path, string file_text, bool folder_is_created)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Verbosity
VERBOSITY Verbosity;
Undocumented in source.

Meta