File Encoding Control Methods  
 
Method Description
CompareFile Compares the contents of two files with an optional message digest
CompressData Compress the contents of a string or byte array
CompressFile Compress the contents of the specified file
ConvertFile Converts the encoding of a text file from one code page to another
CreateToken Create a unique cryptographically secure token string
CreateUuid7 Create a sequential version 7 UUID which can be sorted lexicographically
CreateUuid8 Create a custom version 8 UUID which includes a 32-bit user-defined value
DecodeFile Decode the contents of a file encoded by EncodeFile
DecryptData Decrypt a string or byte array encrypted by EncryptData
DecryptFile Decrypt the contents of a file encrypted by EncryptFile
EncodeFile Encode the contents of the specified file
EncryptData Encrypt the contents of a string or byte array
EncryptFile Encrypt the contents of the specified file
ExpandData Expand the contents of a string or byte array
ExpandFile Expands the contents of a file compressed by CompressFile
FilterHtml Removes HTML formatting from a string and returns plain text
FilterMarkdown Removes Markdown formatting from a string and returns plain text
FilterUnicode Filters text to replace confusable Unicode homoglyphs, remove symbols and trim whitespace
Initialize Initialize the control using the specified runtime license key
IsConfusable Determine if a string contains characters which can be used to obsfucate Unicode text
IsValidUtf8 Checks if a byte array contains structurally valid UTF-8 encoded text
Reset Reset the internal state of the control to its initial defaults
StrToUtf8 Convert a string to a UTF-8 encoded byte array
Uninitialize Uninitialize the control
Utf8ToStr Convert a UTF-8 encoded byte array to a string