WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

StringExtensions..::..FromNumeric Method

Overload List


  Name Description
Public method Static member FromNumeric(String)
Decodes a string from its numeric encoded representation back to its original text form. This method reverses the encoding applied by AsNumeric, making it suitable for retrieving the original text from a numeric encoded string that was intended to be compact and less obvious.
Public method Static member FromNumeric(IEnumerable<(Of <<'(UInt64>)>>))
Decodes a sequence of unsigned long integers (ulong) back into the original plaintext string. Each ulong in the sequence represents a part of the ciphered text, allowing for the reconstruction of larger text blocks that were previously encoded.